Details
-
Bug
-
Status: Closed
-
P3: Somewhat important
-
Resolution: Incomplete
-
Qt Creator 4.4.1
-
None
Description
I have no ways to use the ssh access and to use the RemoteLinux feature of QtC for debugging. So, I try to use the "Debug->Start Debugging->Attach to Running Debug Server" feature, for debugging of my QBS-based project.. but, I'm get an error:
"Remote 'g' packet reply is too long" (please, see msgbox-error.png)
My remote gdbserver starts automatically on target device at booting:
gdbserver :3333 path/to/application/displayappd
Please see my attachments for info.
PS: For, example, I can debug using the gdb from console (see console.gdb-log.txt)