cuda-gdb error when setting breakpoint (Fortran) No symbol table is loaded. Use the "file" c

I’m getting an error when trying to set a breakpoint or list some lines.

This is how I compile my fortran code:

pgf90 -g test.cuf -o test

Then I run cuda-gdb on my executable with ‘cuda-gdb test’.

I can run the code with cuda-gdb without problems, but when I try to create a ‘breakpoint’ or view some lines with ‘list’, then I get this error:

No symbol table is loaded. Use the "file" command

I’ve tried messing around with the file command but can’t figure out what to do.

Any help will be appreciated, thanks

cuda-gdb does not support Fortran debugging yet.