Is it possible to attach a debugging session to a running program in eclipse CDT

Posted by stu on Stack Overflow See other posts from Stack Overflow or by stu
Published on 2009-03-17T20:14:57Z Indexed on 2010/03/21 19:01 UTC
Read the original article Hit count: 364

Filed under:
|
|

I'm writing a netscape iplanet plugin (on solaris/C using eclipse) which is basically a shared object with specific entry points, and I'd like to be able to debug the shared object with eclipse's debugger (gdb). I remember doing something similar in AIX where you could make xldb attach to a running process. Is it possible to get eclipse to run gdb to attach to a running binary? And should I expect grief because I want to debug a dynamically loaded piece of code?

© Stack Overflow or respective owner

Related posts about eclipse

Related posts about cdt