Pieter
Pieter

Reputation: 32805

Disabling "Just -In-Time Debugger" error messages

Since installing Visual Studio, I often get this kind of error messages when apps crash instead of the regular ones:

Just-In-Time Debugger http://img20.imageshack.us/img20/8729/errormg.png How can I disable this? I've already uninstalled Visual Studio.

Upvotes: 1

Views: 3624

Answers (1)

Alon
Alon

Reputation: 4952

Try to disable the JIT Debugger in the registry.

Upvotes: 1

Related Questions