Hi, probably this is a known issue, but I got across it now. I searched somewhere else for answers but I am not sure.
I have cb fortran 1.8 configured under windows 10 using Intel frotran compiler 2022 standalone. Also installed gcc 11.3 (with gdb 10.2) from
www.equation.com in c:\gcc. In Settings, under debugger, it is set as c:\gcc\bin\gdb.exe Compiling a project goes well, but when trying to debug fails apparently not finding the debugee:
Starting debugger: C:\gcc\bin\gdb.exe -nx -fullname -quiet -args E:/Megasync/programas/testcolsys/bin/Debug/testcolsys.exe
done
Setting breakpoints
Debugger name and version: GNU gdb (GDB) 10.2
Starting the debuggee failed: No executable specified, use `target exec'.
Debugger finished with status 0
Searching in the internet I found that one sould use the MinGW debugger provided by codeblocks, but I cannot find it, neither in cb fortran nor in the regular cb 20.03. Whay I am missing?
Thanks