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 211702 - NPE when debugging JavaFX
Summary: NPE when debugging JavaFX
Status: RESOLVED DUPLICATE of bug 211701
Alias: None
Product: javafx
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 7.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: J Bachorik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-25 11:17 UTC by gholmer
Modified: 2012-05-10 11:31 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 gholmer 2012-04-25 11:17:09 UTC
Steps to reproduce:
1) Create Cube3D sample JavaFX project.
2) Set breakpoint on line 174 in method start().
3) Start project in debugger (ctrl-F5).
4) when breakpoint is hit, step through code. Hit F8 on init() and show() methods, then F5 on play().
5) Result is java.lang.NullPointerException at com.sun.tools.jdi.MirrorImpl.validateMirror(MirrorImpl.java:67)
Comment 1 J Bachorik 2012-05-10 11:31:24 UTC

*** This bug has been marked as a duplicate of bug 211701 ***