Groups | Blog | Home
all groups > visual studio .net debugging > march 2007 >

visual studio .net debugging : Which VS 2005 edition has attachable JIT debugger?


Marc
3/9/2007 7:43:43 AM
I'm new to VS 2005 debugging. I'm in a situation where I need to debug a
managed C# app by first launching the process outside of VS 2005 (on my local
machine) and then trapping an exception and hooking it back into VS 2005's
debug environment. I'm not seeing a way to do this in VC# Express. Will I
need the Standard or Professional edition to do this? Is there a registry
setting I can adjust to feed .NET 2.0 errors back into the VS host
Oleg Starodumov
3/12/2007 12:00:00 AM

[quoted text, click to view]

AFAIR Express Edition cannot do it, but Professional Edition definitely can.
I have never tried Standard Edition, so don't know about it.

JIT debugger is registered in the following place:
Tools | Options | Debugging | Just-In-Time (check "Managed")
This can be used as a way to see if your edition of VS supports JIT debugging
(if it is not supported, this page should be absent, if I remember correctly)

--
Oleg
[VC++ MVP http://www.debuginfo.com/]


AddThis Social Bookmark Button