Reputation: 230336
What is the Java equivalent of Debugger.Launch()?
Upvotes: 4
Views: 619
Reputation: 12901
I don't know if it is still valid for 1.4+ but there is jdb.
There is also com.sun.jdi.connect.AttachingConnector.
Upvotes: 0
Reputation: 308239
There's no direct equivalent to this in Java.