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

Difference between revisions of "CDT/StandaloneDebugger"

< CDT
(Replaced content with "{{warning|Note: The contents of this page has been migrated to GitHub. Please see the [https://github.com/eclipse-cdt/cdt/blob/main/StandaloneDebugger.md Standalone Debugg...")
 
(44 intermediate revisions by 4 users not shown)
Line 1: Line 1:
This page details the effort to create a stand-alone Debugger using Eclipse.
+
{{warning|Note: The contents of this page has been migrated to GitHub. Please see the [https://github.com/eclipse-cdt/cdt/blob/main/StandaloneDebugger.md Standalone Debugger] for current information, or the page history for historical versions. }}
 
+
[[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
+

Latest revision as of 10:49, 9 November 2022

Warning2.png
Note: The contents of this page has been migrated to GitHub. Please see the Standalone Debugger for current information, or the page history for historical versions.

Back to the top