The instructions here show how to create a debug configuration but seem to be based on a different version of eclipse. How is the gdb debugger connection (TCP/IP address and Port number) configured in eclipse-indigo? I see Network Connections
in Edit Configuration -> Configure Workspace Settings -> General...
but no way to add TCP/IP address and Port number.
Asked
Active
Viewed 1.1k times
3

jacknad
- 13,483
- 40
- 124
- 194
-
Generic howto: https://stackoverflow.com/questions/4038760/how-to-set-up-the-eclipse-for-remote-c-debugging-with-gdbserver/45608937#45608937 – Ciro Santilli OurBigBook.com Aug 10 '17 at 09:00
1 Answers
10
Instructions are still mostly valid, I think.
"Run" menu => "Debug Configurations..." option
"C/C++ Attach to application" option => "New" contextual menu option
"Debugger" tab => Debugger: "gdbserver" option => "Connection" tab

Juan Mellado
- 14,973
- 5
- 47
- 54