I was able to debug a Java source file by adding the following lines to a Janel lap file. I also had to compile my java source with debugging turned on. I used Eclipse and created a debug configuration for a Remote Java Application using its default settings.
I'd like to have Janel run the JVM with the debugger enabled, something like:
Is this possible? If so, how would I do it?
Hello,
I was able to debug a Java source file by adding the following lines to a Janel lap file. I also had to compile my java source with debugging turned on. I used Eclipse and created a debug configuration for a Remote Java Application using its default settings.
-Xdebug
-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8000
Tim