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 30786 - Step-through debugging halts prematurely
Summary: Step-through debugging halts prematurely
Status: VERIFIED DUPLICATE of bug 30678
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P1 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-06 21:57 UTC by _ gtzabari
Modified: 2003-09-04 09:36 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Zip file of code being debugged (29.60 KB, application/octet-stream)
2003-02-06 21:58 UTC, _ gtzabari
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ gtzabari 2003-02-06 21:57:51 UTC
dev build 200302050100
Sun JDK 1.4.1

   Something very weird is going on .. I hit F4 to "run to 
cursor" to initiate a new debugging session. I then use F7 
and F8 to trace through the code.. About 5-6 steps later 
the debugging session finishes prematurely.. The program 
is in no way complete and there is absolutely no way it 
should have terminated.

   Attached is a copy of the code (you're going to have to 
move some files around into their appropriate directories).

   Here are my repro steps:

1) Hit F4 on Main, line 60 which reads "lastTask = 
parser.nextTask();"
2) Hit F7
3) Now either hit F8 a few times or just sit there and 
don't touch a thing. The debugging session will shutdown 
by itself.
Comment 1 _ gtzabari 2003-02-06 21:58:43 UTC
Created attachment 8836 [details]
Zip file of code being debugged
Comment 2 Marek Grummich 2003-02-07 08:22:23 UTC
It could be the same problem like #30678.
Comment 3 _ gtzabari 2003-02-07 12:56:00 UTC
Confirmed. This is a duplicate.

*** This issue has been marked as a duplicate of 30678 ***
Comment 4 Milan Kubec 2003-09-04 09:36:54 UTC
Verified by reporter.