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

Yes it is. You need to go to the Lauch Configuration Dialog and select “C++ Attach to …”. Depending on your Eclipse version there may be only one or more “C++ Attach to …” variants available.

Leave a Comment