CLion 2019.1 debugger timedout
Completed
My CLion 2019.1 debugger on archlinux is not working.
I have tried buildin-lldb and system wide lldb, the same error.
It says timed out after a long wait (about 30sec) followed by an "warning: ignoring unknown option: -interpreter=mi2".
Not seeing any instructions after hours of search, I collected all the log mentioned in FAQ,
the full log is here.
Thanks for your great software.
Please sign in to leave a comment.
I switch to VS Code, and encountered the same problem.
google tells me to change the "launch.json" file, and I found the debugger works when "externalConsole" disabled.
Wish it helps.
Hello!
Does the issue happen in CLion 2019.2 EAP?
Does the issue happen with a default "Hello, World" project (File | New Project | C++ Executable)?
2019.2 EAP works fine.
and after install-and-try the EAP version, my previous version works fine too.
That's strange, but I'm glad it worked!