I remember having that problem once. I now use the following
.cmd file. Maybe it could help you also.
c:\usr\codeblocks\bin\gdb --command=run c:\Usr\Proj\cbBeta\trunk\src\devel\codeb
locks.exe
"run" of "--command=run" is just a file (without an extension) read by gdb.
I keep it in the directory of the target pgm to be debugged
add-shared-symbol-files c:\Usr\CodeBlocks\share\CodeBlocks\plugins\cbKeyBinder.dll
l keybinder.cpp:809
run
Maybe something like this will help. Also, do ya think gdb might be slash/backslash sensitive?
pecan