Re: Stack trace not highlighting and clickable

2021-04-30 Thread Juan Algaba
Do you have the same problem if you copy and paste it in Window -> Debugging -> Analyze Stack ? On Fri, Apr 30, 2021 at 11:14 AM Mark J Koch wrote: > > I have similar behavior with Netbeans 12.3 on OS X. My stack traces in > JavaFX are hyperlinked but nothing happens when I click them. > > Mark

Re: Stack trace not highlighting and clickable

2021-04-30 Thread Mark J Koch
I have similar behavior with Netbeans 12.3 on OS X. My stack traces in JavaFX are hyperlinked but nothing happens when I click them. Mark > On Apr 6, 2021, at 1:49 PM, Will Hartung wrote: > > I honestly haven't tried this with anything else. > > But in my JavaFX project, when I get stack

Stack trace not highlighting and clickable

2021-04-06 Thread Will Hartung
I honestly haven't tried this with anything else. But in my JavaFX project, when I get stack traces in the Output window, I can't click on the lines to jump to the code in the IDE. I seem to recall being able to do this before. The stack traces are just plain text now. Am I mistaken? Thanks.