I have Code Blocks 12.11 and I have Cygwin 1.7.27 installed. I have configured C::B to run the Cygwin compiler and it works, but when I try to run the debugger from the Code Blocks environment I get the error:
Cannot open file /cygdrive/c/some_path/main.c
At /cygdrive/c/some_path/main.c:15
If I try to run gdb on the same file from the cygwin command line interface, it works.
Can somebody please help me fix this problem?