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 12730 - debugger window variables not shown
Summary: debugger window variables not shown
Status: CLOSED WORKSFORME
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-06-10 14:56 UTC by zohar
Modified: 2001-07-20 20:43 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 zohar 2001-06-10 14:56:21 UTC
The debugger's variables window does not contain any variables if the window 
comes to view after the debugging session has begun.
Comment 1 Daniel Prusa 2001-06-11 09:42:29 UTC
Do you mean a situation when the debugging session has begun and the debugger 
has not been stopped yet ?

Note that Variables Window is refreshed only if the debugger is stopped (not 
running). All variables related to the current context given by the current 
thread are listed then.
Comment 2 Jan Jancura 2001-06-19 08:52:36 UTC
can not reproduce