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 248567 - debugging window breaks step functionality
Summary: debugging window breaks step functionality
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 8.1
Hardware: All All
: P2 normal (vote)
Assignee: henk89
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-11 12:26 UTC by Vladimir Voskresensky
Modified: 2014-11-18 03:43 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Voskresensky 2014-11-11 12:26:18 UTC
I faced several issues while debugging jconvert with GDB 7.6 on Solaris 11.2:
1) switching to Debugging window displays 2 threads (although my program is single threaded)
2) after that SIGTRAP is popuped. "Discard and continue" choice breaks step actions
Comment 1 henk89 2014-11-17 16:25:44 UTC
Fixed in:
http://hg.netbeans.org/cnd-main/rev/47f33f9c8a64
Comment 2 Quality Engineering 2014-11-18 03:43:16 UTC
Integrated into 'main-silver', will be available in build *201411180001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/47f33f9c8a64
User: Nikolay Koldunov <henk89@netbeans.org>
Log: Fixed #248567 - debugging window breaks step functionality