I'm using Code::Blocks 12.11 (with MinGW), and when I want to start a debugging session after setting program arguments, the GDB debugger just stop executing at the very beginning and the whole program freezes. It freaks me out, because I cannot debug my programs which need command line arguments. These are the last two lines in the "Debugger" window (after this nothing happens, Code::Blocks freezes):
Setting breakpoints
Debugger name and version: GNU gdb (GDB) 7.5
Does anyone know the reason, why GDB does not work with command line arguments?