I'm trying to debug using Eclipse environment.
This seems to be good, the environment switch to Debug prespective, i can view the source code but when run the line:
QApplication app(argc, argv);
the application exits with the messages in the console view:
seashell: cannot connect to X server
Child exited with retcode = 1
Child exited with status 1
GDBserver exiting
logout
seashell: cannot connect to X server
Child exited with retcode = 1
Child exited with status 1
GDBserver exiting
logout
To copy to clipboard, switch view to plain text mode
How can i debug a graphical QT aplication with gdb/gdbserver?
Do i need some extra settings?
Thanks again !!
Bookmarks