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

CDT/StandaloneDebugger

< CDT
Revision as of 15:02, 17 October 2013 by Unnamed Poltroon (Talk)

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