I have a QT application that runs on an ARM processor.
And I want to debug remotely using gdbserver with the integrated tools in QtCreator (on X86 dev machine).
This works partly. It’s possible to start gdbserver on target with following command:
gdbserver :5099 ./Application -qws
And in QtCreator => Debug *-> *Start Debugging -> Attach to remote debug server…
After filling in the correct parameters and press OK, its possible to step trough the application and set breakpoints ….
But I need to start gdbserver myself every time.
Is it possible to start server & debug with pressing F5? (Start debugging with one click if you will)
There is something like server script under “Start&Debug remote application” , but I don’t seem to understand this :)
Any ideas?
Thanks,
Dimi
↧