Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] GDB... of a C++ Subprocess...

Hi,

 

 

   I was wondering if I can « automatically » debug a subprocess with CDT.

 

I explain it more :

 

   The application we are building in C/C++ is called by a C# program  that is itself called by a script.

 

The way we are having here to debug using Eclipse is to display the PID of the c++ program and to attach the debugger when the program is running.

 

This is not so user friendly, we would like to be able to “automatically” attach the C++ program when eclipse runs (debug) the main script.

 

Any ideas ?

 

 

 

 


Back to the top