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 4701

Summary: JPDADebugger does not stop on the Thread Start breakpoint, VMMismatchException is thrown during debugging.
Product: debugger Reporter: Daniel Prusa <dprusa>
Component: JavaAssignee: Jan Chalupa <jchalupa>
Status: CLOSED FIXED    
Severity: normal    
Priority: P4    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Daniel Prusa 1999-11-12 00:27:06 UTC
Set breakpoint on Thread Start. Start JPDADebugger by Go.
It does not stop on the breakpoint, only a message is printed.
When the debugged aplication is finished, Go is enabled. Push Go again - VMMismatch exception is thrown - details are in attachments.
The exception is being thrown very often from now. For example after action Finish Debugger, after changing Enabled property of the setted breakpoint or after deleting the breakpoint (the breakpoint c
annot be deleted).
Note - If I set another kind of breakpoint, there are no problems.

JDK 1.2.2
using JDK 1.3 - the exception is not thrown, but Debugger does not stop on the breakpoint too.
Comment 1 Marek Grummich 2000-07-25 09:42:59 UTC
Priority is changed to P4 (normal).