Re: Debugger exception when debugging JavaFX code

2020-02-25 Thread Ernie Rael
Any comments? I guess I'll just file a PR to take out the printStackTrace. I'm wonder if its something that should be off for release builds and on otherwise? -ernie On 2/3/2020 10:51 AM, Ernie Rael wrote: I was just looking at the bug https://issues.apache.org/jira/browse/NETBEANS-2559

Debugger exception when debugging JavaFX code

2020-02-03 Thread Ernie Rael
I was just looking at the bug https://issues.apache.org/jira/browse/NETBEANS-2559 and the NetBeans code which is related.A comment in the code indicates that /exceptions are expected/. The problem is that NetBeans shows a dialog, due to an "Exceptions.printStackTrace(ex);" in a catch. I added