Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "CDT/StandaloneDebugger"

< CDT
m (CDT/GDBStandaloneDebugger moved to CDT/StandaloneDebugger: May not be always restricted to gdb.)
Line 2: Line 2:
  
 
[[Image:StandaloneDebuggerScreenshot.png]]
 
[[Image:StandaloneDebuggerScreenshot.png]]
 +
 +
 +
== Status ==
 +
 +
=== Sept 30, 2013 ===
 +
 +
* added code to add all source files specified as Project resources
 +
* this gets indexer to work
 +
 +
=== Oct 07, 2013 ===
 +
 +
* Removed Source and Refactoring menus
 +
 +
=== Oct 14, 2013 ===
 +
 +
* added support for reading .debug_macro section to find command-line flags
 +
* currently not being picked up by indexer for header files
 +
 +
=== Oct 17, 2013 ===
 +
* added Dwarf 4 support to CDT Dwarf.java

Revision as of 15:02, 17 October 2013

This page details the effort to create a stand-alone Debugger using Eclipse.

StandaloneDebuggerScreenshot.png


Status

Sept 30, 2013

  • added code to add all source files specified as Project resources
  • this gets indexer to work

Oct 07, 2013

  • Removed Source and Refactoring menus

Oct 14, 2013

  • added support for reading .debug_macro section to find command-line flags
  • currently not being picked up by indexer for header files

Oct 17, 2013

  • added Dwarf 4 support to CDT Dwarf.java

Back to the top