Skip to content

Repo sync for protected branch #10538

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Dec 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions docs/debugger/just-in-time-debugging-in-visual-studio.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Disable the Just-In-Time (JIT) Debugger
description: Disable the Just-In-Time Debugger dialog in Visual Studio after errors occur in your application to enable app execution to continue.
ms.date: 08/20/2024
ms.date: 12/16/2024
ms.topic: how-to
helpviewer_keywords:
- debugging [Visual Studio], Just-In-Time
Expand Down Expand Up @@ -33,7 +33,7 @@ The following table summarizes your options:
| Visual Studio installed | Try JIT Debugger | [Debug the error by using the Just-In-Time Debugger](../debugger/debug-using-the-just-in-time-debugger.md) |
| Visual Studio installed | Disable JIT Debugger | [Disable JIT debugging from Visual Studio](debug-using-the-just-in-time-debugger.md#BKMK_Enabling) |
| Visual Studio previously installed, but not currently | Disable JIT Debugger | [Disable JIT debugging from the Windows registry](debug-using-the-just-in-time-debugger.md#disable-just-in-time-debugging-from-the-windows-registry) |
| Visual Studio never installed | Prevent JIT debugging | Prevent JIT debugging by [disabling script debugging](#disable-script-debugging-for-web-app) or [disabling server-side debugging](#disable-server-side-debugging-for-web-app) |
| Visual Studio never installed | Prevent JIT debugging | Prevent JIT debugging by [disabling script debugging](#disable-script-debugging-for-web-app), [disabling server-side debugging](#disable-server-side-debugging-for-web-app), or by [disabling debugging for ASP.NET applications](/troubleshoot/developer/webapps/aspnet/development/disable-debugging-application). |

## Disable script debugging or server-side debugging

Expand Down Expand Up @@ -64,6 +64,8 @@ If you're hosting an ASP.NET Web app in Internet Information Services (IIS), dis

1. In the **ASP.NET** section, double-click or select **.NET Compilation**.

The ASP.NET section option is only present if the .NET features were installed using Server Manager.

1. In the **Actions** pane, select **Open Feature**.

1. For the **Behavior** > **Debug** option, select **False**.
Expand Down