Re: Clicking on stack trace in output window

2022-11-08 Thread Will Hartung
On Tue, Nov 8, 2022 at 4:00 PM Michael Bien wrote: > Hi Will, > > is this from the output window or the "Analyze Stack" window? > It's the output window. Where the stack traces appear when exceptions are printed out. > in any case.. would be good to file a bug report since this sounds like > a

Re: Clicking on stack trace in output window

2022-11-08 Thread Michael Bien
Hi Will, is this from the output window or the "Analyze Stack" window? in any case.. would be good to file a bug report since this sounds like a bug. best regards, michael On 08.11.22 23:04, Will Hartung wrote: It seems that when developing code using the Java module system (i.e. using a

Clicking on stack trace in output window

2022-11-08 Thread Will Hartung
It seems that when developing code using the Java module system (i.e. using a module-info.java), that when you get a stack trace you get lines like this: at FXRdf@1.0-SNAPSHOT /bit.fxrdf.DataSetManager.getDataset(DataSetManager.java:12) But when you click on them, it doesn't jump into the source