MS VS Fortran re-build and debug doesnt happen when I re-open the file - visual-studio-2013

After I write a program (Fortran) in MS Visual Studio, rebuild, and debug it. It shows me results. Once I close the file and after re-opening it doesn't allow me to re-build and debug it as those options seem to be disabled. Can anyone please help me troubleshoot this problem?

Related

How to edit the debug console in Visual Studio

I recently downloaded Microsoft's Visual Studio as I heard it was a good IDE for C++. Everything works fine when I run a basic program, but the debug console looks cluttered to me. It has the message, "To automatically close the console when debugging stops, enable Tools->​Options->​Debugging->​Automatically close the console when debugging stops." Is there any way to get rid of this?
Maybe I just have to get used to it, but there seems like there should be a way to remove it.

Visual Studio debug failure cannot find AssemblyAttributes.cs

After I leave my program running in Debug mode for an extended time, Visual Studio would prompt:
[Failure] Could not find file
'C:\Users\user\AppData\Local\Temp.NETFramework,Version=v4.6.1.AssemblyAttributes.cs'.
[Failure] Could not find file
'C:\Users\user\AppData\Local\Temp.NETFramework,Version=v4.6.AssemblyAttributes.cs'.
Console messages from the program would not appear in the "Output" tab anymore (this happens to all instances of VS that are currently debugging) and I would have to restart all debugging sessions.
Anyone encountering this problem? How do I fix it?
Thank you.
I went to https://www.visualstudio.com/downloads/ and re-run the setup to update my Visual Studio to the latest version (2017 community). Since then the issue has not crop up again and I assume this has fixed it.

Breakpoints are not working in typescript code when debuging with Visual Studio

I am debuging with typescript, Internet Explorer and Visual Studio. Sometimes breakpoint are not working. ("breakpoint will not be currently hit no symbols loaded for this document"). Even computers restart is not help.
I have noticed that breakpoint are woking in some files in others working ok.
Problem fix itself sometimes, but i can't say why. Any hints?

Visual Studio 2013 preview does not create an .exe from my .cpp

Whenever I try to run my .cpp with the debug button, This error appears:
It has worked fine for my other projects, but for some reason it just wont build a .exe, I don't know what happened. Someone please help.

No debugging in VS without deleteing SUO file first

I have a web application project that I originally developed in VS 2008, and I am now developing it in VS 2010. For some reason, when I set breakpoints, they are not hit by the debugger; it just blows through all the code when I run the project.
I found a partial solution where someone suggested deleting the .suo file for the project after closing Visual Studio. This worked - ONCE. That is, after deleting the file, and reoppening the project, breakpoints I have set are hit by the debugger and paused there. The down side is that this only works once. After I stop the project and run it again, it once again skips all breakpoints. This is causing me to constantly close my project, delete the .suo file, and reopen the project again (which is obiously extremely annoying).
I have researched this, but I can't find someone that is having the same exact issue as me. I would greatly appreciate any suggestions on how I might get this working without this tedious process. Thank you!

Resources