Microsoft Visual Studio Can't find File when using Step In Command

38 views Asked by At

I am currently working on a Fortran code on Microsoft Visual studios 2022. Until recently, I was able to step into different subroutines and suddenly I'm getting an error

"___________ not found"

"You need to find _______ to view the source for the current call stack frame"

"Try one of the following options:

-Browse and find _______..."

You can view disassembly in the Disassembly window. To always view disassembly for missing source files, change the setting in the Options Dialog."

When I browse for the file, it finds it just fie. When I try to step over the subroutine, it works fine. I only get this error when I try to step into the subroutine file.

So far I have tried the following:

Tools>Import and Export Settings Wizard > Reset all settings

and

Tools > Options > Debugging > General > Check enable just my code and enable "Warn if no user code on launch"

So far nothing has worked

0

There are 0 answers