How can I setup multi-process debugging for C++?
已回答
I am trying to debug C++ processes at the same time.
With gdb, I can use inferior to stop and continue a group of processes at the same time.
How can I do the same thing in CLion? I have tried to run "add-inferior", "inferior 2", "attach PID", but whenever attached to another process, the original process I debugged was detached. This behavior is not the same as GDB.
请先登录再写评论。
Hello!
It's not supported yet. Feel free to comment or upvote https://youtrack.jetbrains.com/issue/CPP-9476. See https://intellij-support.jetbrains.com/hc/en-us/articles/207241135-How-to-follow-YouTrack-issues-and-receive-notifications if you are not familiar with YouTrack.