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

Summary: GDB support improvements
Product: cnd Reporter: Leonid Lenyashin <lsl239>
Component: DebuggerAssignee: Maria Tishkova <mromashova>
Status: NEW ---    
Severity: normal    
Priority: P2    
Version: 6.x   
Hardware: PC   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on: 186756    
Bug Blocks:    

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.