Debugging messages in Output window
Thu, 8 Feb 2007 07:51:02 -0800
I'm running a program in VS 2005, and I use the Output window (menu:
View-Output) extensively. Under Tools-Options-Debugging-General, I've
checked the box 'Redirect all Output Window text to the Immediate Window'.
However, I continue to receive messages in the Output window, e.g. when a
thread exits "The ...
|
Dynamic Disassembler (determine main() location at runtime)
7 Feb 2007 13:08:25 -0800
Hi All,
I apologive for the cross post (I hope three is not considered too
bad). I wanted to enlist help from the kernel folks, and the power
debuggers...
I've got a pretty good grasp of static disassembly. Dynamic
Disassembly is proving to be slighly more problematic. The method I
use will not scale whe ...
|
Dynamic Disassembler (determine main() location at runtime)
7 Feb 2007 13:08:21 -0800
Hi All,
I apologive for the cross post (I hope three is not considered too
bad). I wanted to enlist help from the kernel folks, and the power
debuggers...
I've got a pretty good grasp of static disassembly. Dynamic
Disassembly is proving to be slighly more problematic. The method I
use will not scale whe ...
|
How to vew slice of multi-dimensional array in C#?
6 Feb 2007 17:06:57 -0800
Hi.
I would like to view slice of a multi-dimensional array(actually it is
matrix).
visual studio 2005
languate : C#
If array is as follows
Complex[,] data = new Complex[100,100]
actually Complex is some class that implement complex number.
If I view data in watch window, I can only view value ...
|
Remote Debugging
Tue, 6 Feb 2007 14:12:00 -0800
Hello,
I need to remote debug VS2003 asp.net web application which is deployed on
win 2003. I am following the instructions from microsoft.com site to setup
remote debugging. I have few questions
1) According to instructions, server needs to have mdm.exe running as
service. How do I setup MDM.exe as s ...
|
DCOM Exception in Debug on XP
Tue, 6 Feb 2007 13:22:54 -0800
I am trying to debug an ASP.NET application with VS 2005 on an XP SP2
machine. This application uses a COM object to query a remote server.
The code runs through properly when not in debug. However when I try to run
it in Debug I get the error:
The client is not configured to be trusted for delegation.[Win ...
|
switching between debugged processes in vs2003
6 Feb 2007 03:26:32 -0800
Hi all,
I have vs2003 debugger attached to two processes A and B. When a
breakpoint is hit in process A, it stops both processes. what I would
like to do is allow process B to continue running while A is paused at
the breakpoint.
the threads window only shows me threads in process A, and I can't see
any ...
|
|
|
Debugging website pages times out on Vista
Mon, 5 Feb 2007 16:52:00 -0800
When sitting on a breakpoint in a web-page while debugging on Vista, the
debugger times out after about 2 minutes.
"The debugger connot continue running the process"
After that it will no longer stop at breakpoints and you have to restart the
app. This seems new with Vista and is very inconvenient. ...
|
Code coverage for ie hosted user controls
Mon, 5 Feb 2007 03:44:01 -0800
Hi,
i'm trying to do some manual code coverage on a user control hosted in ie.
Creating a simple winform and doing some manual winform navigation produce
the correct code coverage results. I launch the code coverage on the .cs that
has the main method and the assembly is correctly instrumented and after t ...
|
Visual Studio busy! any suggestions??
5 Feb 2007 01:12:05 -0800
Hi,
Recently i'm getting an IDE error saying "Microsoft visual
studio is busy
Microsoft visual studio is waiting for an internal operation to
complete. If you regularly encounter this delay during normal usage,
please report this problem to Microsoft" and the IDE totally hangs up.
I reffered to th ...
|