How to bypass “Visual Studio Just-In-Time Debugger” prompt

前端 未结 2 371
无人及你
无人及你 2020-12-17 18:25

Visual Studio Just-In-Time Debugger prompts to select \"Possible Debuggers\",
only \"New instance of Microsoft Visual Studio 2010\" is available,
I

相关标签:
2条回答
  • 2020-12-17 18:49

    Have you tried doing so directly from Visual Studio?

    http://msdn.microsoft.com/en-us/library/5hs4b7a6.aspx

    Scroll to "Enabling or disabling Just-In-Time debugging".

    You can disable it only for Script if that's what you want.

    Let me know how this works for you.

    0 讨论(0)
  • 2020-12-17 19:04

    I actually just did this the other day.

    In the following registry key:

    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Messenger\Client]

    Create 2 new DWORDs (Right-click --> New --> DWORD Value)

    PreventAutoRun and PreventRun

    Set both values to 1

    0 讨论(0)
提交回复
热议问题