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)
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)