It's easy to stop a program that is being debugged(Debug -> Start Debugging) in visual studio, but is there a way to stop a program that was started without debugging(Debug -> Start Without Debugging)?
Update: From within visual studio.
"Start without debugging" just tells Windows to launch the app as it would normally run. "Start with debugging" starts the VS debugger and has it run the app within the debugger.
To end a debugging session in Microsoft Visual Studio, from the Debug menu, choose Stop Debugging.
Select the left margin or press F9 next to the line of code you would like to stop at. Run your code or hit Continue (F5) and your program will pause prior to execution at the location you marked.
You can find iisexpress icon in tray, and stop site:
No. "Start Without Debugging" spawns a new, independent process. Even shutting down Visual Studio won't terminate it.
Unless your project is a web project and uses the ASP.NET Development Server. That one VS actually shuts down on exit.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With