Cannot get CLion debugger to work on Windows10 + MinGW64 (MSYS2). Workaround needed.
Long story short: I cannot debug in CLion becuase after hitting breakpoint debugger fails with timeout ("Collecting data..."). Reported a bug CPP-4437, but it appears it will not be resolved soon, so I do not have debugger in CLion. Can anyone please suggest gui alternative for standalone debugger (better opensource)? Thank you very much in advance.
Please sign in to leave a comment.
Tested the issue in CLion 1.2 EAP (142.5047.10), still not fixed. Found workaround: Install CodeLite, add it to CLion external programs and and use Quick Debug. No timeout there.