Has this changed with the release?  I can't go around setting this flag on
systems I am deploying my application to...

On Thu, 12 Apr 2001 11:35:32 -0700, Larry Leach <[EMAIL PROTECTED]> wrote:

>Drew,
>
>I see Mike has already given you the scoop on this, however, for
>completeness, I will give you the exact answer provided (to Mike) by Ian
>Carmichael of Microsoft:
>
>----
>For a "server in a closet", you can simply turn off the default debugger
>dialog.  You can do this on a Machine-wide, User-wide, or process-wide
>basis.  The machine-wide and user-wide settings are controlled by:
>
>        HKLM\Software\Microsoft\COMPlus\DbgJitDebugLaunchSetting
>        HKCU\Software\Microsoft\COMPlus\DbgJitDebugLanuchSetting
>
>and the process wide one by the environment variable:
>
>        COMPLUS_DbgJitDebugLaunchSetting
>
>The values here are:
>        0 - ask
>        1 - never attach a debugger
>        2 - always attach a debugger
>
>Set it to 1, and there will be no system-provided dialog.
>----
>
>Thanks,
>
>-ldl-
>
>-----Original Message-----
>From: Marsh, Drew [mailto:[EMAIL PROTECTED]]
>Sent: Wednesday, April 11, 2001 8:04 PM
>To: [EMAIL PROTECTED]
>Subject: Re: [DOTNET] WinForms and Exceptions
>
>
>Larry D. Leach [mailto:[EMAIL PROTECTED]] wrote:
>
>> If I create a global default exception handler
>> (AddOnUnhandledException), I
>> have to disable the JIT debugger (on every machine the app
>> will run on!?)
>
>I'm curious as to where you found this documented? I searched around, but
>found nothing about having to disable JIT to use this feature. I also can
>think of any reason off the top of my head that that would be required.
>
>Thanx,
>Drew
>
>You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
>subscribe to other DevelopMentor lists at http://discuss.develop.com.
>
>You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
>subscribe to other DevelopMentor lists at http://discuss.develop.com.

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to