Questions related to debugging methods and tricks in VisualStudio
I was trying to debug Cucumber scenarios in Visual Studio code and made below changes in the launch.json. { "name": "…
visual-studio-code visual-studio-debugging cucumberjs javascript-debuggerI'm asking my network admin to open up ports on the firewall to allow remote debugging. It says in the …
visual-studio firewall remote-debugging visual-studio-debuggingWhen coding in C# I like not to handle exceptions because it makes it easier to figure out where and …
c# vb.net exception visual-studio-debuggingI have a solution in Visual Studio 2008 which has multiple projects. One of the projects is a WCF project. Sometimes …
.net wcf visual-studio visual-studio-debuggingI have an MVC3 application using the Entity Framework. I haven't used this application in about a year. Recently, I …
asp.net-mvc-3 entity-framework visual-studio-debugging localdbI have the following code: Task load = Task.Factory.StartNew(() => {//Some Stuff Which Throws an Exception}); try { load.Wait(); } …
c# visual-studio-2010 debugging visual-studio-debuggingHere's what I've tried: Made a new Console App (.NET Framework) in Visual Studio 2017. Added the following code: static void …
c# .net visual-studio-debugging debug-symbols visual-studio-2017in a .net windows forms project which has 100s of forms, and all those forms has countless custom made controls …
c# visual-studio-2012 visual-studio-debuggingI'm searching for a tool window for hours and I cannot find it. (see http://blogs.msdn.com/cfs-filesystemfile.ashx/__…
visual-studio-2013 visual-studio-debugging memory-profilingAn EXE I compiled keeps crashing. I have the following info in the Event Viewer when it crashes: Exception code: 0…
c++ visual-studio-2012 visual-studio-debugging pdb-files