Dave Calkins
2009-07-15 19:55:01 UTC
I'm running Windows XP Pro x64 SP 2 and am using Visual Studio 2005 SP2. I'm
working on a native MFC project in Visual C++.
I've noticed in recent months that the Just in Time debugging feature
doesn't seem to work any more. For example, I compile and run a debug build
of my code. A crash occurs, and I get the "YouApp has encountered a problem
and needs to close." dialog. I click the Debug button and the dialog appears
again. I click the Debug button again, and the app just closes.
I never get a prompt to select the current or new instance of VS and never
get into the debugger.
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.
This didn't help. Any ideas what would prevent VS JIT from triggering? 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?
working on a native MFC project in Visual C++.
I've noticed in recent months that the Just in Time debugging feature
doesn't seem to work any more. For example, I compile and run a debug build
of my code. A crash occurs, and I get the "YouApp has encountered a problem
and needs to close." dialog. I click the Debug button and the dialog appears
again. I click the Debug button again, and the app just closes.
I never get a prompt to select the current or new instance of VS and never
get into the debugger.
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.
This didn't help. Any ideas what would prevent VS JIT from triggering? 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?