I have the following installed (this is also the order of installation) Intel Fortran 2017, Visual Studio 2017 and Easy5 2018. Easy5 compiles with the intel compiler using either the standard or debug options. When I compile with debug I can analyze using the "Debug the current analysis" button and Visual Studio launches. When VS loads the "Start" button is available but the source code is not. VS can display the assembly if desired but that is not useful for me. The users guide says I should open the source file that is named <model name>.f. This file can be opened fine in the IDE but the debugger doesn't use it. I can't set breakpoints in eqmo that actually work. Upon pressing start the program will run and exit without triggering the breakpoint.
What do I need to do to properly setup debugging with VS and Easy5?