Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-debug-dev] Where do -agentlib:jdwp args come from?

Using the PyDev plugin, I cannot step into Java (Jython) code executed by the script.

Can I add a JVM argument like -agentlib:jdwp=transport=dt_socket,suspend=y,address=localhost:2959 to activate the Java level debugger?

How do I know what port to specify? Will the JVM listen on the specified port? How will Eclipse know to connect?

Thanks!

--Andrew Mickish




Back to the top