Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

CDT/Better Debugging (GSoC project)

< CDT
Revision as of 21:32, 27 March 2009 by Oberon.ua.gmail.com (Talk | contribs) (New page: This page contains detailed description of "Better Debugging Environment" project for Google Summer of Code. == Summary == The goal of this project is to create more user-friendly debuggi...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This page contains detailed description of "Better Debugging Environment" project for Google Summer of Code.

Summary

The goal of this project is to create more user-friendly debugging environment. This includes (but hopefully is not limited to):

  • Default formatter for STL container types (map, vector, queue, priority_queue, ...)
  • Default formatter for user structures.
  • Support for custom formatters.
  • Viewing variable content by simply hovering mouse over it.
  • Fixing usability issues (see below).

Detailed Project Description

This projects is intended to bring

Schedule of Code and Deliverables

Back to the top