visual-studio-debugging
custom web server debuggin on visual studio 2010
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[详细]
2023-03-27 01:21 分类:问答I can't catch exceptions in an Invoked delegate
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[详细]
2023-03-25 19:28 分类:问答Debugging tool for managed code
I am new to C# and wondering whether \"windbg\" or \"Visual Studio Debugger\" would be better tool for debugging managed code?[详细]
2023-03-25 10:22 分类:问答How to get ToString() to show up in Debug
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[详细]
2023-03-23 12:14 分类:问答Getting the instance of EnvDTE.Debugger in VS2010
I\'m trying to create a Visual Studio Integration Package project which will display data from the debugger.[详细]
2023-03-23 03:21 分类:问答Parallels 6 VS2010 on Windows 7 Web Site Error '...Failed to start monitoring changes to path\to\web.config"
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[详细]
2023-03-17 11:56 分类:问答How to debug "This application has requested the Runtime to terminate it in an unusual way." when I can't even step in the code?
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[详细]
2023-03-16 03:08 分类:问答Is there a way to change the FileVersion of the *.vshost.exe file?
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[详细]
2023-03-15 12:41 分类:问答Debugging a C# GUI
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[详细]
2023-03-14 18:41 分类:问答ASP.Net Worker Process Freezes when Debugger is Attached
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[详细]
2023-03-11 19:02 分类:问答