RE: VS .Net 2003 IDE Crashes when Attaching to Debugger

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: Ron Prestenback (RonPrestenback_at_discussions.microsoft.com)
Date: 10/24/04


Date: Sat, 23 Oct 2004 19:21:01 -0700

For anyone else having this problem, I finally stumbled across a workaround.
 Open TaskManager, select the Processes tab, right click the process name,
and select Debug. Just make sure you have VS.NET configured as your JIT
debugger (I don't recall if VS install sets VS as the default JIT debugger or
not). You should receive the VS.NET JIT dialog with a 'User requested JIT
Debug' given as the exception.

"Ron Prestenback" wrote:

> Thank you for the response. Unfortunately, repairing the VS.NET installation
> and framework made no difference.
>
> "Dat Bui [MSFT]" wrote:
>
> > You can try and repair the VS.Net installation and the framework, this will
> > take time though.
> >
> > Hope this helps,
> > Dat Bui
> > Microsoft Developer Support
> > >
> > >Is there anything we can do as a workaround until a fix is made publicly
> > >available?
> > >
> >



Relevant Pages

  • Re: Lost Windows Media Player - unable to reinstall it.
    ... I hit Cancel to debug ... Registered JIT degugger is not available. ... Click Retry to have the process wait while attaching a debugger manually. ... Click cancel to abort JIT debug request. ...
    (microsoft.public.windowsmedia.player)
  • Re: Collections in .NET (C#)
    ... Note that you run this code as a debug build, which means with most JIT ... result(the result x is loop scoped, so not used outside the loop). ... Below is a converted sample show ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Just in Time debugger is not working
    ... I've noticed in recent months that the Just in Time debugging feature doesn't seem to work any more. ... I compile and run a debug build of my code. ... I thought maybe the JIT settings for VS had become corrupt so I went into the VS options>>debugging>>JIT and turned off JIT support, exited, came back in and turned it back on. ... Is there some other technique to tell VS to re-assert itself as the JIT debugger and perform the necessary machine config to get this working again? ...
    (microsoft.public.vc.debugger)
  • Re: How to change priority of process
    ... I started, at one point, to recreate the Processes tab of Task Manager, but gave up ... when it became painfully clear I'd have to actually debug stuff on 9x. ... I'm not using EnumProcesses in that demo -- it just uses a GetWindow loop to ...
    (microsoft.public.vb.winapi)
  • Re: With Clause
    ... > Release builds, and differently in Debug, would that not suggest the JIT is ... > doing some serious optimization? ... Perhaps using With on an external object, where JIT optimizations would not ... that was a parenthetical inclusion for everyone else who may be ...
    (microsoft.public.dotnet.languages.vb)