Failed to get reply to handshake packet when debugging C++ Follow
Answered
I sometimes get this error when I want to debug C++
following is my CLion info and debug configuration
and the toolchain is
My Mac info is
Please sign in to leave a comment.
Hello!
The error seems to be reported by LLDB - https://stackoverflow.com/questions/22472998/xcode-failed-to-get-reply-to-handshake-packet.
Also why do you specify the custom executable in your run/debug configuration? Isn't the necessary executable available in the drop-down (as in the screenshot here)?
It seems not the same problem as described in stackoverflow. What I am debugging is local mode clickhouse, it's a heavy C++ program running on my macOS.
And I like to build the program manually by CMake commands, and the custom executable I specified in configuration is built by CMake command manually, and I think there is not any difference between the target built by CLion and my executable, especially in the debug situation.
By the way, this error only happen sometimes, not always.
I'm afraid we need the log in order to investigate the issue.
Please enable debugger logging as described here, wait till the issue happens next time, and after that send the idea.log file (`Help | Show Log in ...`) to clion-support at jetbrains.com. Do not forget to disable debug logging after that. Note that logs might contain private user's information (like file paths and names).