Menu

Enabling JPDA Support?

Help
2012-03-01
2013-05-02
  • Alex Collins

    Alex Collins - 2012-03-01

    I'd like to have Janel run the JVM with the debugger enabled, something like:

    -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005
    

    Is this possible? If so, how would I do it?

     
  • Timothy Kil

    Timothy Kil - 2012-03-05

    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

     
MongoDB Logo MongoDB