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 209191 - Program under test crashes after applying 7.1.1
Summary: Program under test crashes after applying 7.1.1
Status: RESOLVED INVALID
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 7.1.1
Hardware: PC Windows 7 x64
: P1 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-05 22:06 UTC by ddmiller
Modified: 2012-03-06 00:38 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 ddmiller 2012-03-05 22:06:37 UTC
I can no longer debug my program.  I have a breakpoint set.  I then run the program normally.  When the breakpoint hits, if I press the step over/into button nothing appears to happen with the UI.  However in the background I get the Windows crash dialog telling me the Java SE platform has stopped.  This started happening after I installed NetBeans 7.1.1.

I'm not sure what files you need to debug.  Let me know and i will recreate the problem.

This is a SERIOUS problem.  I cannot develop using 7.1.1 under these circumstances and will need to go back a level.  I hate making it a P1 but it is not usable asis.
Comment 1 ddmiller 2012-03-06 00:38:50 UTC
Sorry - A rebuild of everything including my JNI code revealed I had a problem in the JNI code.