↧
Answer by prajmus for did anyone knows how to use qt creator debug child...
Go to Tools > Options > Debugging > GDB Extended and select Debug all childrenNow when debugging you can switch between processes here:Threads mean processes in this case.
View Articledid anyone knows how to use qt creator debug child process?
I am not familiar with gdb debug.But I need to debug with the children process. I know there is a command set follow-fork-mode child. it will let gdb to response the child process. Could I change any...
View Article