Just-In-Time (JIT) debugging

seopro
На сайте с 22.06.2006
Offline
67
1631

Подскажите как отключить сабж. В процессе выполнения определенных программ бывает выскакивает раз по 20. Винда ХР. Спасибо заранее.

• Возьму сайты на продвижение от 1500 рублей. БЕЗ ПРЕДОПЛАТЫ.
N0
На сайте с 12.01.2007
Offline
37
#1

After Visual Studio is installed on a server, the default behavior when an unhandled exception occurs is to show an Exception dialog that requires user intervention to either start Just-In-Time debugging or ignore the exception. This may be undesirable for unattended operation. To configure the server to no longer show a dialog when an unhandled exception occurs (the default behavior prior to installing Visual Studio), use the registry editor to delete the following registry keys:

*

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AeDebug\Debugger
*

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\DbgManagedDebugger

On a 64-bit operating system also delete the following registry keys:

*

HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\AeDebug\Debugger
*

HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\.NETFramework\DbgManagedDebugger

http://msdn.microsoft.com/en-us/library/5hs4b7a6%28VS.80%29.aspx

seopro
На сайте с 22.06.2006
Offline
67
#2

N1k0laj, спасибо за инфу, разобрался! :)

Авторизуйтесь или зарегистрируйтесь, чтобы оставить комментарий