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 53119 - Call stack still visible after continue
Summary: Call stack still visible after continue
Status: RESOLVED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: PC All
: P2 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-07 17:27 UTC by zikmund
Modified: 2012-05-31 10:06 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 zikmund 2005-01-07 17:27:47 UTC
Build 200501041900

1) Stop on a breakpoint in JSP
2) Call stack window appears with valid call stack
3) Continue debugging (Ctrl-F5)
4) ERROR:
call stack is still visible. Window content should
be refreshed to "Thread is running".

Notice: current behavior confuses useres when
debugging JSPs - after processed JSP the debugger
is still running (not stopped), but it seems from
the call stack, that it is stopped in the code.
Comment 1 Jan Jancura 2005-01-10 09:20:37 UTC
This is "as designed". Its true for all debugger views, and its the
same for current line and other annotations too. And this designe has
been used form nb1.0. But I agree that it can be changed.
Comment 2 Roman Ondruska 2005-01-31 10:06:18 UTC
P1 feature, see above.
Comment 3 Martin Entlicher 2012-05-31 10:06:18 UTC
Fixed by the Debugging window. The old Call Stack window still behaves the described way, but it's not worth to change it, IMHO.