CLion debugger is garbage

Completed

It is beyond useless. It is aggravating. I'm coding in C++ an SDL application (a simple chess game) and whilst debugging, to view a value of a pointer to my class it takes about 15 seconds to load it. Other than that, I can't evaluate any expression because I get a bug: -var-create: unable to create variable object. Seriously, I moved from terminal (Joe's own editor) to CLion and the terminal environment wasn't much slower. I feel more comfortable debugging in gdb in a crappy terminal than dealing with this useless excuse of an IDE. It's embarassing.

0
1 comment

Hello!

>to view a value of a pointer to my class it takes about 15 seconds to load it

Please enable debugger logging as described here, reproduce the issue and send the resulting 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). 

Also please capture a CPU snapshot while reproducing the slowness and send it to us.

>I can't evaluate any expression because I get a bug: -var-create: unable to create variable object

In the same email please provide examples of expressions you're trying to evaluate.

0

Please sign in to leave a comment.