Remote debugging with Eclipse CDT
Posted
by Michael Harding
on Stack Overflow
See other posts from Stack Overflow
or by Michael Harding
Published on 2008-09-17T08:42:32Z
Indexed on
2010/05/10
12:04 UTC
Read the original article
Hit count: 696
We're using the Eclipse CDT 5 C++ IDE on Windows to develop a C++ application on a remote AIX host.
Eclipse CDT has the ability to perform remote debugging using gdbserver. Unfortunately, gdbserver is not supported on AIX.
Is anyone familiar with a way to debug remotely using Eclipse CDT without gdbserver? Perhaps using an SSH shell connection to gdb?
© Stack Overflow or respective owner