Remote (java) debugging w JCC?

2015-05-17 Thread Petrus Hyvönen
Hi, I'm trying to find some potential bugs in the java code I've wrapped and thought about the possibilities to connect a remote debugger to the JVM. I am no java expert but found that JVM's can be debugged when started with some jvm arguments. Such as string is for example "-Xrunjdwp:transport=d

Re: Remote (java) debugging w JCC?

2015-05-17 Thread Petrus Hyvönen
Hi, Sometimes writing an email helps you to seek the source.. Yes, it works, The vmargs parameter takes also a sequence of things, so: .initVM(vmargs=['-agentlib:jdwp=transport=dt_socket,server=y,address=8000','-Xdebug']) remote debugging from eclipse to JVM seems to work fine with breakpoints