Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » programmatically start remote debugger
programmatically start remote debugger [message #1090227] Mon, 19 August 2013 22:14 Go to next message
Matt G is currently offline Matt GFriend
Messages: 2
Registered: August 2013
Junior Member
Hi,

I'm writing an Eclipse extension. As part of it, I will need to programmatically start listening for remote debugging sessions. Additionally, I will need to start separate java processes and connect them to the debugging session.

How can I programmatically start listening for these? I've looked around but can't find appropriate methods.

Thanks in advance.
Re: programmatically start remote debugger [message #1090243 is a reply to message #1090227] Mon, 19 August 2013 22:49 Go to previous message
Nitin Dahyabhai is currently offline Nitin DahyabhaiFriend
Messages: 4435
Registered: July 2009
Senior Member

The ability to launch and connect to Java VMs for debugging can be found in the JDT Debug project, at http://projects.eclipse.org/projects/eclipse.jdt.debug . Click on the "Engage" link for pointers to the source code. org.eclipse.jdt.internal.launching.StandardVMDebugger seems like a decent place to start.

_
Nitin Dahyabhai
Eclipse Web Tools Platform
Previous Topic:eclipse (juno) and Tomcat 7 web.xml version
Next Topic:Eclipse Not Responding
Goto Forum:
  


Current Time: Sat Apr 27 01:13:12 GMT 2024

Powered by FUDForum. Page generated in 0.07780 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top