Re: JavaFX Performance with Debugger attached

2014-01-29 Thread Scott Palmer
Just to follow up... I reported this on the NetBeans NetCat list where Martin Entlicher pointed out the possible issue which I've confirmed. This is filed as Issue 241082 in the NetBeans bug tracker. https://netbeans.org/bugzilla/show_bug.cgi?id=241082 There's a simple workaround for now. Go to

Re: JavaFX Performance with Debugger attached

2014-01-23 Thread Danno Ferrin
What kind of breakpoints do you have set up? If you have anything other than line and exception breakpoints (such as field or method) then I would expect the VM to crawl like you described. On 1/23/2014 6:43 PM, Scott Palmer wrote: When I debug my JavaFX application in NetBeans it runs very

JavaFX Performance with Debugger attached

2014-01-23 Thread Scott Palmer
When I debug my JavaFX application in NetBeans it runs very slow, orders of magnitude slower than normal. Swing apps on the same configuration do not have the same problem. My guess is that adding and removing Nodes from the Scene is much slower in this case, since not all operations are affected