Re: Getting VC++ 6 debugger but want .NET

From: Martin Kulov (kulov_at_bezbokluk.abv.bg)
Date: 03/02/04


Date: Tue, 2 Mar 2004 10:19:21 +0200

Hi Mark,
It is something like
"c:\Program Files\Common Files\Microsoft Shared\VS7Debug\vs7jit.exe" -p
%ld -e %ld

Regards,
Martin Kulov

"Mark McWiggins" <mark@printcop.com> wrote in message
news:ba95b95d.0403011433.7bef2261@posting.google.com...
> Hi,
>
> I'm debugging a DLL but on crash and choosing the 'debug' button (under
XP)
> I get the Visual C++ debugger instead of the .NET debugger.
>
> I found (via Google) the registry key where this information lives, but
> what's the command line?
>
> The key is
>
> HKEY_LOCAL_MACHINE\Software\Microsoft\Windows
NT\CurrentVersion\Aedebug\Debugger
>
>
> Thanks in advance for any guidance.
>
> Mark McWiggins