JIT Debugger

  • Thread starter Thread starter Romain TAILLANDIER
  • Start date Start date
R

Romain TAILLANDIER

Hi group

I have a video game wich probably make an error. this error is catched
by the MS JIT debugger and my game is closed. i would like to
deactivate the JIT to see if my game could continue ...

How can i deactivate the MS JIT of VS2005 ?

thanks
ROM
 
Hello Romain,

There http://msdn2.microsoft.com/en-us/library/2ac5yxx6.aspx is about how
enable. Just make the reverse

RT> Hi group
RT>
RT> I have a video game wich probably make an error. this error is
RT> catched by the MS JIT debugger and my game is closed. i would like
RT> to deactivate the JIT to see if my game could continue ...
RT>
RT> How can i deactivate the MS JIT of VS2005 ?
RT>
RT> thanks ROM
RT>
---
WBR,
Michael Nemtsev [C# MVP] :: blog: http://spaces.live.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 
Back
Top