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 168293

Summary: Continue disabled after stepping and hitting breakpoints in debugger. Thread running state is wrong
Product: debugger Reporter: swpalmer <swpalmer>
Component: JavaAssignee: issues@debugger <issues>
Status: CLOSED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Attachments: Snapshot of 15 seconds to parse and index for Call Heirarchy

Description swpalmer 2009-07-08 16:28:32 UTC
When I hit breakpoints in my JavasE app and step a few times (step over, step into, step out) I find that the continue 
button becomes disabled and the thread view shows the threads as running when at least some of them aren't.  To get the 
program to move along I have to press PAUSE to force the continue button to activate then press continue again.  But when 
the code hits a breakpoint it acts as if it is still running.  So to if there is a breakpoint in a loop for example, I 
will have to pause/resume manually several times until I exit the loop because when the thread is at the breakpoint the NB 
debugger has no clue.

This happens very frequently but not every time.
Comment 1 swpalmer 2009-07-08 16:29:09 UTC
Using JDK 6u14
Comment 2 Martin Entlicher 2009-07-08 16:51:47 UTC
This is a duplicate of issue #167776.
Any concrete steps how to reproduce are welcomed, though I understand that this is a random bug.

*** This issue has been marked as a duplicate of 167776 ***
Comment 3 swpalmer 2009-09-25 17:41:29 UTC
Created attachment 88377 [details]
Snapshot of 15 seconds to parse and index for Call Heirarchy
Comment 4 swpalmer 2009-09-25 17:43:57 UTC
Excuse the accidental attachment (meant for another bug) - I hate how it steps to the next bug in the list when I add a 
comment!
Comment 5 Marian Mirilovic 2010-05-06 08:02:22 UTC
verified duplicate