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 18823 - "Pause" should break at the current running line
Summary: "Pause" should break at the current running line
Status: CLOSED INVALID
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P4 blocker with 1 vote (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-12-19 15:58 UTC by Andrew Sharpe
Modified: 2010-04-29 09:09 UTC (History)
1 user (show)

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 Andrew Sharpe 2001-12-19 15:58:08 UTC
Like most other IDE's, selecting "Pause" should automatically step into the 
line of code being executed at the time of the "Pause" selection.  Often times 
when I am debugging, the program will be running (or blocked somewhere) and I 
need to know what it is currently doing.  Unless I have a breakpoint there, I 
can't think of any way to do this.
Comment 1 Marek Grummich 2002-07-22 08:53:15 UTC
Target milestone was changed from '3.4' to TBD.
Comment 2 Marek Grummich 2002-07-22 08:56:29 UTC
Target milestone was changed from '3.4' to TBD.
Comment 3 David-john Burrowes 2002-09-06 00:36:34 UTC
Andrew, I just read your report, and I think the debugger does do
this... more or less.  Maybe the problem is that when there are
multiple threads, there may be multiple lines of code being executed
when you click pause.   Maybe you are saying it should show the
current line of executing code in the same thread that you last were
looking in?
Comment 4 _ lcincura 2005-05-12 14:07:38 UTC
The debugger stops execution of all threads when Pause is invoked. To see where
particular thread is executing, find the thread in Threads view and invoke Make
Current. Then Call stack view will display the call stack of the thread and
program counter will be shown.
Comment 5 Quality Engineering 2010-04-29 09:09:15 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.