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 - Call Stack view doesn't show info about thread
Summary: Call Stack view doesn't show info about thread
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-19 14:41 UTC by martin_hasaj
Modified: 2006-10-23 15:46 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 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.