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 60068

Summary: VMDisconectedException when finishing session during watch evaluation
Product: debugger Reporter: _ lcincura <lcincura>
Component: CodeAssignee: issues@debugger <issues>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: Exception stack trace

Description _ lcincura 2005-06-15 14:57:45 UTC
NetBeans IDE 4.2 [200506142000]on jdk 1.5.0_04

1, Create watch expression, where Thread.sleep(10000) will be evaluated
2, When the watch is evaluated invoke Pause
3, Invoke Finish debugger session => VMDisconectedException is thrown
Comment 1 _ lcincura 2005-06-15 15:06:33 UTC
Created attachment 22714 [details]
Exception stack trace
Comment 2 Roman Ondruska 2005-08-17 15:26:48 UTC
Fixed in trunk:

Checking in
src/org/netbeans/modules/debugger/jpda/actions/JPDADebuggerActionProvider.java;
/cvs/debuggerjpda/src/org/netbeans/modules/debugger/jpda/actions/JPDADebuggerActionProvider.java,v
 <--  JPDADebuggerActionProvider.java
new revision: 1.9; previous revision: 1.8
done
Checking in
ui/src/org/netbeans/modules/debugger/jpda/ui/actions/JPDADebuggerAction.java;
/cvs/debuggerjpda/ui/src/org/netbeans/modules/debugger/jpda/ui/actions/JPDADebuggerAction.java,v
 <--  JPDADebuggerAction.java
new revision: 1.2; previous revision: 1.1
done
Comment 3 _ lcincura 2005-10-31 12:56:50 UTC
Verified in build 200510301900