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 185242 - Use FX specific connectors when running the project in debug mode
Summary: Use FX specific connectors when running the project in debug mode
Status: VERIFIED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: Michal Skvor
URL:
Keywords:
Depends on: 185235
Blocks: 185232
  Show dependency tree
 
Reported: 2010-04-29 10:08 UTC by Martin Ryzl
Modified: 2010-07-21 10:39 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 Martin Ryzl 2010-04-29 10:08:26 UTC
To improve debugging of JavaFX applications a new FXJDI proxy has been
introduced. By default the proxy will delegate on standard JDI, providing
JavaFX specific behavior in certain cases:
- name mangling/de-mangling
- handling of lazy binding
- removing synthetic frames

The proxy is supposed to be compatible with java applications.

FXJDI provides additional connectors - they simply delegate on existing
connectors. We need a way how to specify exact connector in build-impl.xml
Comment 1 Martin Ryzl 2010-06-07 13:05:51 UTC
this one belongs to javafx - required changes in the debugger core have been solved in 185235
Comment 2 Martin Ryzl 2010-06-07 13:06:13 UTC
fixed in fxjdi branch
Comment 3 Martin Ryzl 2010-07-19 09:56:11 UTC
when running netbeans with -J-Dorg.netbeans.modules.debugger.jpda.ant.level=ALL, information about the connectors are written to the console. That helps to verify this and potential future issues.