Monitoring and debugging applications

M

mp

I'm taking the elearning course 3357, Monitoring and debugging applications
in the microsoft .net framework 2.0

it says:

To debug an application, run the Microsoft CLR Debugger.

The Microsoft CLR Debugger is one of the applications that is installed when
you install Visual Studio 2005. It is part of the Visual Studio 2005
Software Development Kit (SDK).

since i'm using express version I don't see the sdk folder on my system that
the instructions claim to be there....

can anyone confirm the sdk is not available with the express version?

thanks

mark
 
M

mp

Thanks Cor,
I didn't realize they were separate dls...duh! I should have searched
:)
do you use the debugger listed? Is that the 'real' way to debug? I've
always just printed out my own debug log writing to a log file at various
points of interest in the program, so i can see what's going on at run time.
thanks
mark
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

CLR Debugger 2
Just-In-Time Debugging????? 5
Commenting functions 1
vshost.exe and debugging 2
Windows XP sdk and orca.msi 0
Debugging error!! 1
Windows 98 debugging 1
Version Question 1

Top