visual-studio-debugging
How to view the variable values in release builds
I want to be able to see the variable values while debugging a release application. I have set the compiler option as Z7 and given a /DEBUG and /PDB: linker option. Now I have a pdb for开发者_如何学C[详细]
2023-01-31 16:26 分类:问答What is debugattach.aspx and why can't the server find it?
I\'m developing on an XP (SP3) machine with VS 2010 and IIS 5. I have two versions of the same site.We\'ve released our first production version, so I forked the code into a new directory tree, and s[详细]
2023-01-31 15:49 分类:问答Exactly what ports must be open for MSVSMON.exe (remote debugging) to work?
I\'m asking my network admin to open up ports on the firewall to allow remote debugging.It says in the documentation on MSDN that it needs UDP 135.However, the admin says that a number of non开发者_开[详细]
2023-01-24 00:35 分类:问答C#: Howto debug a multiple-component server application?
Question: I\'ve written a nHibernate API for a C# mailserver. The mailserver you can find here if you\'re interested:[详细]
2023-01-23 16:58 分类:问答VS2010 (Express) debugger trapping Ctrl+C in Console app
Summary of Answers To avoid the debugger trapping Ctrl+C first turn off the Visual Studio Hosting Process (found in project properties, Debug tab)[详细]
2023-01-20 10:04 分类:问答Adding source code to dll when releasing
I have a dll which gets used by a lot of people in our team - I want them to be able to build against that but also be 开发者_如何学Pythonable to step into and click into the source code if they want[详细]
2023-01-20 06:25 分类:问答Cannot start debugger on Visual Studio 2010 (F5) However, ' attach to process' does work (slow). How to fix?
The environment: Clean (new) install of Windows 7 64bit. Clean (new) install of Visual Studio 2010 Professional (10.0.30319.1).[详细]
2023-01-20 02:06 分类:问答VS2010 debugging SL 4, can't load source code from source server
I am attaching to an IE instance which is running my deployed SL 4 app. All symbols load ok but when the debugger hits a breakpoint instead of loading the source code from TFS it says:[详细]
2023-01-16 20:28 分类:问答IntellitraceFile throwing strange error
Can someone explain this error? (it showed up after enabling tracing in the collection plan.) Test method ExecuteTaskTest threw exception:[详细]
2023-01-13 06:04 分类:问答How to use Visual Studio debugger visualizers built against a different framework version?
I compiled the ExpressionTreeVisualizer project found in the Visual Studio 2010 samples but when I try to use it in a .NET 3.5 project I get the exception below:[详细]
2022-12-30 04:54 分类:问答