Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Debug from an external process

As a user you would use:

Run-> Debug Configurations -> C/C++ Attach to Application

 

If you want to access the code that deals with that you can look at the calls to

org.eclipse.cdt.dsf.gdb.launching.LaunchUtils#getIsAttach()

 

From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Robin Bussenot
Sent: Wednesday, April 23, 2014 5:58 AM
To: CDT General developers list.
Subject: [cdt-dev] Debug from an external process

 

Hello,

I'm trying to add a debug feature to my plugin. The problem is I have to use an external application to to make run the code.

It is possible to attach a debbuger to a process that not started by Eclipse ? if it's possible what class I will use ? 

 

Robin, 


Back to the top