This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 188508 - GDB support improvements
Summary: GDB support improvements
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: PC All
: P2 normal with 1 vote (vote)
Assignee: Maria Tishkova
URL:
Keywords:
Depends on: 186756
Blocks:
  Show dependency tree
 
Reported: 2010-07-08 20:40 UTC by Leonid Lenyashin
Modified: 2016-07-06 14:38 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Leonid Lenyashin 2010-07-08 20:40:16 UTC
Supported by CDT 7.0:

    * Support for GDB tracepoints.
    * Support for Non-Stop debugging (stopping one or more threads while the others continue to execute). Requires GDB 7.0 or newer. 
    * Support for Reverse debugging which allows to undo execution. Requires GDB 7.0 or newer.
    * Support of GDB's pretty-printing feature. Requires GDB 7.0 or newer as well as python, and GDB's python pretty-printers.