I\'m having issues debugging my ASP.Net web application. I am trying to debug it through our local network. I picked \"Use custom web server\" under the properties --> web section and I set the specif
I have a delegate which is attached to an event in the Excel interop component. The goal is to update a winforms control with updated info from Excel. Since I\'m changing Control properties I need to
I am new to C# and wondering whether \"windbg\" or \"Visual Studio Debugger\" would be better tool for debugging managed code?
I\'d like to get ToString() to display for a class under 开发者_C百科my control in debug mode. It\'d be nice if this was the first thing to show up when you hover over a variable with the mouse.Is th
I\'m trying to create a Visual Studio Integration Package project which will display data from the debugger.
I\'ve got Parallels 6 running VS2010 under Windows 7 on my Macbook Pro.I\'m trying to run my .NET 4.0 MVC 3 web site (debug/release) using the VS default web server and I keep getting the following er
I have a C++ program that is giving this error as soon as the process starts - apparently before any user code executes. It only happens when inlining is enabled. Even with debug symbols built in, I c
My title pretty much says it all, but a colleague has written a component that utilizes the the System.Diagnostic namespace to check the version of the running Process against a database of supported
Overview: I am debugging a C# GUI that takes in an XML file and starts a new Process to perform statistical calculations on the XML file. The process for some reason is exiting in the middle of execut
I see a lot of questions for Visual Studio hanging when attacking the debugger.Mine is the opposite (maybe).When I attach Visual Studio 2010 to a remote w3wp process, the w3wp process hangs.Requests j