Go to the first, previous, next, last section, table of contents.


Compiling/Debugging c++

RamDebugger can also compile and debug c/c++ projects. It uses as a backend the program gdb. It is necessary to have gdb and/or gcc installed in the computer.

Note: It can also be used in Windows, if the mingw compiler and debugger have been previously installed. In this case, the directories where the executables are, must be in the PATH. Use something similar to:

SET PATH=C:\mingw\bin

in file AUTOEXEC.BAT or search for environment variables in Windows200/XP.

Alternatively, it is possible to set in the Preferences window Edit->Preferences, the directories where the mingw tools can be found.


Go to the first, previous, next, last section, table of contents.