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
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
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
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