Top "Visual-studio-debugging" questions

Questions related to debugging methods and tricks in VisualStudio

Visual Studio breakpoints not being hit

I'm working with an ASP.NET MVC project that seems to be having some issues when attaching to the IIS …

asp.net-mvc visual-studio iis visual-studio-2013 visual-studio-debugging
SSL Connection / Connection Reset with IISExpress

I'm using the new Visual Studio 2013 with IISExpress for the first time (previously used ASP.net Development server on VS2010). …

ssl visual-studio-debugging visual-studio-2013
How do I start a program with arguments when debugging?

I want to debug a program in Visual Studio 2008. The problem is that it exits if it doesn't get arguments. …

c# visual-studio visual-studio-2008 visual-studio-debugging
ASP.NET MVC5/IIS Express unable to debug - Code Not Running

I start a VS2013 VB.Net MVC5 Web Application, set a breakpoint in HomeController About method and run "Start Debugging", …

asp.net-mvc visual-studio-debugging iis-express visual-studio-2013 asp.net-mvc-5
The Following Module was built either with optimizations enabled or without debug information

I cannot get rid of this in my VS 2008 web project when debugging. I've checked that it's in debug mode …

visual-studio debugging visual-studio-2008 visual-studio-debugging
Connecting to Visual Studio debugging IIS Express server over the lan

I have a test ASP.NET MVC3 application developed in VS2012. When I start debugging the app is accessed from …

asp.net asp.net-mvc visual-studio-2012 visual-studio-debugging iis-express
Visual Studio during Debugging: The function evaluation requires all threads to run

I'm getting suddenly a strange error while debugging. Up to now the variable in the watch windows has been shown …

c# visual-studio-debugging
Visual Studio 2015 RTM - Debugging not working

I have installed VS 2015 RTM (nothing else) and I'm unable to debug any solution, not matter if it's an existing …

c# .net debugging visual-studio-debugging visual-studio-2015
Enable the javascript debugger in the Page Inspector

Visual Studio 2012 comes with the very nice Page Inspector. I like it! Problem though, I haven't found how (if?) I …

javascript visual-studio-2012 visual-studio-debugging