Re: IntelliJ debugger?

2015-04-06 Thread Charles Oliver Nutter
t a problem with how I'm emitting debug info. - Charlie On Fri, Apr 3, 2015 at 1:51 AM, Dain Sundstrom wrote: > So I did a bunch more testing, and this is what I found: > > - The IntelliJ debugger ignores the “source” declaration in the class file > and instead always looks

Re: IntelliJ debugger?

2015-04-03 Thread Remi Forax
Hi Dain, I think you should open a bug against IntelliJ Idea, the current behavior seems just wrong. Rémi On 04/03/2015 08:51 AM, Dain Sundstrom wrote: So I did a bunch more testing, and this is what I found: - The IntelliJ debugger ignores the “source” declaration in the class file and

Re: IntelliJ debugger?

2015-04-02 Thread Dain Sundstrom
So I did a bunch more testing, and this is what I found: - The IntelliJ debugger ignores the “source” declaration in the class file and instead always looks for a “.java” file in the source path - The file must contain a java class declaration with the same name - The file must be “recognized

IntelliJ debugger?

2015-04-01 Thread Dain Sundstrom
Hi all, I think this might have been asked before... Has anyone gotten the intelliJ debugger to step through the source file for their language? Adding the source and line numbers during generation makes stack traces to come out correctly, and Intellij even opens the correct file location