Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-debug-dev] Debugging multiple processes?

I have a java program (not a plugin) that launches several other VM
instances using the java process mechanism: Runtime.getRuntime().exec().
If I launch my program from Eclipse in debug mode, the debugger doesn't
automatically connect to the forked VMs.  Is there any way to get this to
happen?  This is just used for running test cases, so any hacked approach
would be acceptable... it doesn't have to be pretty.  Any suggestions on an
approach I can take for this would be appreciated!




Back to the top