It looks like gcc.exe is set as your debugger executable.
For MinGW/GCC it should be gdb.exe (on windows).
Thanks you a lot! ;D
I set gdb.exe, but now I heve different problem :-\
After I setup denugger as gdb.exe debugger start to run, but no matter where I set breakpoint, after debugger run and reaching breakpoint, I have next error:
In ?? () ()
[debug]> info locals
[debug]No symbol table info available.
[debug]>>>>>>cb_gdb:
[debug]> info args
[debug]No symbol table info available.
[debug]>>>>>>cb_gdb:
[debug]> bt 30
[debug]#0 0x0009e0d8 in ?? ()
[debug]#1 0x00000000 in ?? ()
[debug]>>>>>>cb_gdb:
[debug]> next
[debug]Cannot find bounds of current function
[debug]>>>>>>cb_gdb:
Cannot find bounds of current function
[debug]> next
[debug]Cannot find bounds of current function
[debug]>>>>>>cb_gdb:
Cannot find bounds of current function
Even if this "next line" work fine when breakpoint is after it.
I forget to set something? :/
SOLVED: I should to choose gbc32.exe. :-[