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 185219 - Runtime libraries show up in single step debugging by default
Summary: Runtime libraries show up in single step debugging by default
Status: RESOLVED WONTFIX
Alias: None
Product: javafx
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: PC Mac OS X
: P3 normal (vote)
Assignee: Michal Skvor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-29 02:49 UTC by Torbjorn Norbye
Modified: 2011-05-16 13:51 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screenshot showing my editor during single stepping (328.22 KB, image/png)
2010-04-29 02:49 UTC, Torbjorn Norbye
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Torbjorn Norbye 2010-04-29 02:49:00 UTC
Created attachment 98235 [details]
Screenshot showing my editor during single stepping

Frequently when I'm single stepping through JavaFX code I end up inside some JavaFX runtime machinery - classes dealing with sequences etc.

When I went to the Sources panel I discovered that the FX runtime source zip is included by default.  In particular, I seem to step into com/sun/javafx/runtime/TypeInfo.java a lot -- makeTypeInfo() etc. 

I know how to work around this now -- go to the Sources panel and turn off the src.zip -- but I think that the IDE, when setting up the debugging sources for JavaFX debugging, should default to not including this from the FX platform, since it's likely (especially in the area of the compiler runtime, if not as much in the scenegraph code) to be very confusing to the user.

I'll attach a screenshot showing my Sources and the TypeInfo file I suddenly found myself in while single stepping through some simple JavaFX code.
Comment 1 David Strupl 2011-05-16 13:51:35 UTC
Closing all bugs filed against JavaFX 1.x as wontfix. We will support JavaFX 2.0 - please keep opened only bugs against the new release. Thanks.