QT GDB detaching from process every second
Unsolved
Mobile and Embedded
-
Hi everyone, I'm having a weird behaviour when I debug a Qt app with GBD in qtcreator. I'm using a imx6 module with embedded linux and Qt5.9.
When I start the debug session, I have the message over the output application pane:
"detaching from process xxxx" with xxxx being an incremental number, and incremented every second.My concerning is about and why the process attach / detach ocurrs. And if this maybe could result in a memory leak or something similar. Also if could I check anything related to the attach/detach process.
Thanks in advance.