visual-studio-debugging
Application does not receive broadcast message if running under the Visual Studio 2010 debugger
We are using registered Windows messages to communicate between instances of our application. We send the message using the following call:[详细]
2023-04-01 10:29 分类:问答Silverlight project won't enter debug mode
My Silverlight project in VS 2010 has stopped entering debug mode.Even if I set a breakpoint in the constructor of the Application class, it refuses to hit any breakpoints.My other projects are still[详细]
2023-03-30 22:47 分类:问答Visual Studio 2010 hangs on attach to process / debugging
Whenever I try to debug a Visual Studio 2010 web project, VS hangs, and ultimately crashes. This happens if I try to start the project using F5, or through Attach to Process, before the process list e[详细]
2023-03-30 03:23 分类:问答Why won't Visual Studio debugger properly evaluate expressions that involve generic type arguments?
In the following code: private static void Main(string[] args) { var listy = new List<DateTime> { DateTime.Now };[详细]
2023-03-28 23:56 分类:问答Access denied for WriteProcessMemory
WriteProcessMemory() doesnt work for me as I get an access denied error. I am currently launching the process using[详细]
2023-03-28 18:43 分类:问答Identify debugging in VisualStudio
I have an interesting problem. Is it possible to identify if an assembly is running in Visual Studio? Look at the following code.[详细]
2023-03-28 12:42 分类:问答Manual stop debugging with backgroundworker
I am writing a WPF C# project with use of BackgroundWorker (a popup window with progress bar). I start debugging (F5 key) to check my program. After the BackgroundWorker is completed and the popup w[详细]
2023-03-28 04:42 分类:问答VS2010: Watching variables is not possible?
I use VS2010 as my vb.net compiler but sometimes I cannot watch a local variable while debugging. Actually, when I add my local variable to watch window, it says that :[详细]
2023-03-28 04:08 分类:问答Restrict Visual Studio 2010 from debugging third-party DLL files
Some days back, I had enabled third-party debugging for the Ninject DLL to test some things. Now I am unable to detach the debugger from the Ninject source files and because of that the code is steppi[详细]
2023-03-28 01:22 分类:问答DebugVisualizer for UserControl
How to write a debug visualisers for a user cont开发者_运维问答rol? The user control has a bitmap property that needs to be displayed in the watch window during debugging. Let me know if this is poss[详细]
2023-03-27 15:07 分类:问答