Clion attach to process
How does this feature work.. I tried to do this but unable to find the right way to do it.
I have the binary driver generated by clion. Then I run gdbserver localhost:33333 driver and try to connect to the gdbserver using attach to local process. Is this the right way to do it.
I am on Clion 2016.1.1 on Ubuntu
请先登录再写评论。
Hi Nikhil.
Am I right that you need attach to remote process (because you're using GDB server)? It hasn't been implemented yet: https://youtrack.jetbrains.com/issue/CPP-5539. Feel free to comment or upvote.
If you mean attaching to local process, please find out more information in our blog: https://blog.jetbrains.com/clion/2016/01/attach-to-local-process/.