Top "Visual-studio-debugging" questions

Questions related to debugging methods and tricks in VisualStudio

C# VS2010 Entering break mode failed

I was having some problems with my breakpoints later in my program saying that they would not be hit because …

.net visual-studio-2010 visual-studio debugging visual-studio-debugging
How to configure ASP.NET Core 1.0 to use Local IIS instead of IIS Express?

How can I setup a .Net Core 1.0 project to use Local IIS instead of IIS Express when debugging? I have …

asp.net iis asp.net-core visual-studio-debugging
How to throw an exception during debugging session in VS2010

I have a small issue. Sometimes when I debug an application I want to simulate during the debug session an …

c# .net visual-studio-2010 visual-studio visual-studio-debugging
Null reference pointer was passed to the stub when not debugging with IE

In VS2012, my web project debugs fine like always. I use IIS Express. Today, I installed VS 2013 and when I …

silverlight debugging visual-studio-debugging iis-express visual-studio-2013
Debugging Azure: Error attaching the debugger to the IIS worker process

I have a web application asp.net to deploy to Windows Azure. I try to run it on local first. …

iis azure visual-studio-debugging
Can't break in global.asax / Application_Start

I got a break point on the first line of Application_Start(), but Visual Studio wont break on it. Visual …

c# asp.net-mvc-3 visual-studio-2010 visual-studio-debugging
Visual studio 2012 and Qt4.8.5 : How to see QString contents in debug mode.

I use visual studio 2012 and Qt4.8.5, unfortunately I can not see the QString text variable when I work in debug …

visual-studio-2012 visual-studio-debugging qt4.8
The signer's certificate is not valid for signing

While debugging in Visual Studio I am getting this error The signer's certificate is not valid for signing, An error …

visual-studio sharepoint visual-studio-debugging
How to get non-current thread's stacktrace?

It is possible to get stacktrace using System.Diagnostics.StackTrace, but thread has to be suspended. Suspend and Resume function …

.net multithreading debugging stack-trace visual-studio-debugging
Javascript breakpoint not work in Visual Studio 2019 asp.net application

I recently upgraded from VS 2017 to VS 2019. In VS 2017, when running an asp.net application locally, using Chrome, I could …

javascript visual-studio-debugging visual-studio-2019 chrome-debugging