Debugging a C ++ program in Intellij IDEA

I have successfully executed the C / C ++ program in Intellij IDEA. But how to debug it? The operating system is Ubuntu 12.04, and the Intellij IDEA version is 13.0.3. The gdb path is set to / usr / bin / gdb. Settings in the Start / Debug configurations are also set to their own path.

The problem occurs when starting Debugging, nothing happens in the IDE. How to fix it?

+4
source share

Source: https://habr.com/ru/post/1535672/


All Articles