[solved]How to debug a remote Embedded device
-
I I development Qt5.5 application based on Qt5.5 in ubuntu14.04, but the application is used in a Embedded device, how can i debug the application on the Embedded device, since I can't install Qt Creater on it.
The Embedded device, runs a debian8 system on x86 architecture, it has 8GB Hard Disk and 2GB ram.
Thanks for reading and please forgive my pool English. -
Hi,
Qt Creator already offers remote debugging capability (e.g. for the Raspberry Pi) IIRC you essentially need ssh and gdbserver on your device.
-
Thanks for replay, I have successfully used the remote debugging fcuntion
-
You're welcome !
Since you have it working now, please update the thread title prepending [solved] so other forum users may know a solution has been found :)