Windows 7 - Dev-C++ 4.9.9.2
Windows 10 - xwDev-C++ (momentálně nejde), při kompilaci vyskauje chyba -1073741819
Knihovny - lmysql, -lcurses
Project Options - Compiler - Linker
and set Generate debugging information
to „yes“(Ctrl-F11)
Ctrl-F5
.Shift-F7
or the „step into“ button, or stepping over the function calls, by pressing F7
or the „next step“ button.Ctrl-F7
or the „continue“ button to continue execution till the next breakpoint.F4
or the „add watch“ button and typing the expression.Zdroj: http://eilat.sci.brooklyn.cuny.edu/cis1_5/HowToDebug.htm