Run list - step over/into disabled in list
Answered
half of my Run list in the tools bar is disabled. I can't step into/over my code. Program doesn't stop on breakpoints (probably same reason)

Please sign in to leave a comment.
Hi! It seems you're running an executable (Run | Run in the menu or click the Run icon). In order to use breakpoints and step through the code you need to debug an executable (Run | Debug in the menu or click the Debug icon). More about debugging: https://www.jetbrains.com/help/clion/debugging-code.html.