Run list - step over/into disabled in list
已回答
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)

请先登录再写评论。
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.