Topic: Debug Directory?
Hi All,
I recently started using Simply Fortran and I'm having a problem with debugging. My code opens a file containing namelists which is intended to be in the same directory as the executable. I have no problem running (via Launch! or F5) my code when I set the Working Directory under Options > Launch... to the appropriate folder but I have so far been completely unable to use the debugger.
Every time I run the debugger it fails with the error:
"Fortran runtime error: Cannot open file 'simfile.nml': No such file or directory"
Solutions I have tried:
1) Moving gdb.exe to the directory with simfile.nml and setting Debugger Options > 64-bit Debugger to that path
2) Setting the debugger argument --with-seperate-debug-dir=[directory with input files]
Neither did anyting. I am open to suggestions, sorry if this question is answered elsewhere.