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 - JPDADebugger does not stop on the Thread Start breakpoint, VMMismatchException is thrown during debugging.
Summary: JPDADebugger does not stop on the Thread Start breakpoint, VMMismatchExceptio...
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: Jan Chalupa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-11-12 00:27 UTC by Daniel Prusa
Modified: 2002-07-19 15:17 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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).