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/Archive/FullGDBConsole

< CDT‎ | Archive
Revision as of 12:01, 5 August 2016 by Marc.khouzam.gmail.com (Talk | contribs) (Created page with "== Full GDB Console == Controlling GDB through the command-line from within Eclipse has long been a very poor experience. With new support in GDB 7.12, it is now much easier...")

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

Full GDB Console

Controlling GDB through the command-line from within Eclipse has long been a very poor experience. With new support in GDB 7.12, it is now much easier for CDT to provide a full-featured GDB console. This feature is planned for CDT 9.2 for Linux hosts.

Features of full GDB console

The full GDB console provides the user with an identical GDB command-line experience as if GDB was started on a shell

  1. Command history
  2. Line editing
  3. Command completion using tab
  4. Full synchronization with the Eclipse GUI

Back to the top