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 75244

Summary: Call Stack view doesn't show info about thread
Product: debugger Reporter: martin_hasaj <martin_hasaj>
Component: JavaAssignee: issues@debugger <issues>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description martin_hasaj 2006-04-19 14:41:15 UTC
After this scenario
(http://qa.netbeans.org/modules/debugger/promo-f/jpda-debugger.html#sessions_view):

# Toggle breakpoint on line 106 of file MemoryView.java
# Invoke Run | New Watch and create watch expression free
# Invoke Debug Main Project action
# Debugger should stop on the breakpoint after a while
# Select node TimerQueue in the Threads view
# Invoke Make Current action from contex menu of this node

It doesn't show info about TimerQueue Thread in the Call Stack
Comment 1 Martin Entlicher 2006-04-20 15:54:25 UTC
No, Call Stack view does not display Thread info. There's Threads view for that.
We can have it as an enhancement, see also issue #51758 and issue #47060.