Debugger in CLion not working
Hello,
I am new to programming and my teacher suggested to use CLion. For the first couple of days, everything was fine. But now the debugger does not work. I am working on a Mac. Here is the screenshot from the debug window. 
Please sign in to leave a comment.
Hi Robin.
Please attach a screenshot with Preferences | Build, Execution, Deployment | Toolchains tab.
and send idea.log file (Help | Show log in finder) to clion-support at jetbrains.com after the problem will happen again.
Did you try to debug your project through the GDB console?
Hello,

Thank you for the instructions. When it was working, I would just hit debug and it would work. But now it does not. That's all I can specify at this moment. I sent my idea.log to clion-support @jetbrains.com. Also including the screenshot below. Please let me know if I can get the debugger to start working again.
Any update?
Thank you.
I have a similar issue. The debugger skips right over any breakpoints that I set. I've attached the two requested screenshots and idea.log to clion-support@jetbrains.com
Did any of you guys found the solution of the problem ?
Hello people. If ;you are using a linux machine then......
I found the solution :)
I ran the following commands in the home directory
rm -r .clion*
rm -r .CLion*
To explain, I just reset the configuration. Works fine now :)
Try to remove all breakpoints. This helped in my case. MacOS.
This is usually happen if you installed clion previously and didn't delete it completely.
So delete .clion or .Clion folder in home directory linux.