Hi,I want to debug my application using gdb, i used last mingw version that include gdb7.6, i use CodeBlock as editor, but i notice gdb can't run my exe in windows xp(sp3), i added -gc to compiler but it fail to start gdb
dmd -gc hello.d gdb hello.exe If it work it will work with CodeBlock debugger for windows.If not it is supported what should i use? CodeBlock have another option CDB, from where i can install it?
thanks in advance.