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 249485 - 'Make Current' menu item doesn't work in Threads tab
Summary: 'Make Current' menu item doesn't work in Threads tab
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-12-22 09:16 UTC by soldatov
Modified: 2014-12-23 04:36 UTC (History)
0 users

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 soldatov 2014-12-22 09:16:36 UTC
testBreakpointInThread test fails for a 7 days.

Scenario:
- Create Pi sample
- Select 'Pthreads_safe' configuration
- Push Step into
- Set line breakpoint at 54th line (inside "work()")
- Push Continue
- Open 'Call Stack' tab
- Open 'Threads' tab
- Select other thread ("Thread 2" on Solaris) and call context menu
- Select 'Make Current'
==> no changes in editor and 'Call Stack' tabs
Comment 1 henk89 2014-12-22 14:11:09 UTC
Fixed in:
http://hg.netbeans.org/cnd-main/rev/bc83bc5fb679
Comment 2 Quality Engineering 2014-12-23 04:36:06 UTC
Integrated into 'main-silver', will be available in build *201412230001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/bc83bc5fb679
User: Nikolay Koldunov <henk89@netbeans.org>
Log: Fixed #249485 - 'Make Current' menu item doesn't work in Threads tab