Did you pass the path to the executable as a parameter when you started gdb? Like this:You can also try:gdb ./seadragonshellapp
(gdb) target remote :2345
(gdb) contgdb
(gdb) file ./seadragonshellapp
(gdb) target remote :2345
(gdb) cont
I've never tried to debug a C++ application in Eclipse, but maybe it's a matter of invoking xhost with proper parameter? Maybe there's something in the logs?
Bookmarks