Are you able to stop on a break point?My professor said that a yellow triangle should appear on the breakpoint, but it doesn't.
What is the result in the full debugger log (enable it in Settings -> Debugger)?
Do you see the watches window (Debug -> Debugging windows -> Watches)?
What is the result in the full debugger log (enable it in Settings -> Debugger)?
Apologies.What is the result in the full debugger log (enable it in Settings -> Debugger)?
You've not pasted the full debugger log...
Starting debugger: C:\Program Files\CodeBlocks\MinGW\gdb32\bin\gdb32.exe -G -lines -2 -y C:/Users/glf4tim/Desktop/double1/double1/; -srcpath C:/Users/glf4tim/Desktop/double1/double1/; C:/Users/glf4tim/Desktop/double1/double1/bin/Debug/double1.exe
done
[debug]C:\Program Files\CodeBlocks\MinGW\gdb32\bin\gdb32.exe: unrecognized option `-G'
[debug]Use `C:\Program Files\CodeBlocks\MinGW\gdb32\bin\gdb32.exe --help' for a complete list of options.
Thanks! It seems that I just had the wrong debugger type chosen!CodeObviously this is your problem. I guess you've set some options to gdb which you shouldn't have done.Starting debugger: C:\Program Files\CodeBlocks\MinGW\gdb32\bin\gdb32.exe -G -lines -2 -y C:/Users/glf4tim/Desktop/double1/double1/; -srcpath C:/Users/glf4tim/Desktop/double1/double1/; C:/Users/glf4tim/Desktop/double1/double1/bin/Debug/double1.exe
done
[debug]C:\Program Files\CodeBlocks\MinGW\gdb32\bin\gdb32.exe: unrecognized option `-G'
[debug]Use `C:\Program Files\CodeBlocks\MinGW\gdb32\bin\gdb32.exe --help' for a complete list of options.
Inspect the options in Settings -> Debugger and remove the things that won't work.