qtcreator 调试子进程


Go to Tools > Options > Debugging > GDB Extended and select Debug all children

Now when debugging you can switch between processes here: enter image description here

Threads mean processes in this case.


你可能感兴趣的:(QtCreator)