Debugging a C++ program in Intellij IDEA -


i have been run c/c++ program in intellij idea. how debug it? operation system ubuntu 12.04 , intellij idea version 13.0.3. path of gdb set /usr/bin/gdb. settings in run/debug configurations set own path.

the problem occurs when start debugging, nothing happens in ide. how fix it?


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -