How to call fortran module helper subroutine in GDB?

243 Views Asked by At

I am new to Fortran. I wonder how I can call a module (helper) function in GDB when debugging a file that uses the module. I tried

p MODULENAME::SUBROUTINE_NAME(ARGUMENTS)
0

There are 0 best solutions below