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
Post a Comment