Skip to content

Commit 98d0f84

Browse files
committed
Clarify instructions for disabling JIT debugger
1 parent 604ea90 commit 98d0f84

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/debugger/debug-using-the-just-in-time-debugger.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Debug using the Just-In-Time Debugger
33
description: Debug using the Just-In-Time Debugger in Visual Studio. Just-In-Time debugging can launch Visual Studio automatically when an app returns errors or crashes.
4-
ms.date: 10/09/2024
4+
ms.date: 01/29/2025
55
ms.topic: how-to
66
helpviewer_keywords:
77
- debugging [Visual Studio], Just-In-Time
@@ -52,18 +52,18 @@ Just-In-Time debugging might still be enabled even if Visual Studio is no longer
5252

5353
2. In the **Registry Editor** window, locate and delete the following registry entries if they exist:
5454

55-
- **HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\\.NETFramework\DbgManagedDebugger**
56-
5755
- **HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\AeDebug\Debugger**
5856

57+
- **HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\\.NETFramework\DbgManagedDebugger**
58+
5959
:::image type="content" source="../debugger/media/dbg-jit-registry.png" alt-text="JIT registry key" border="true":::
6060

6161
3. Also delete the following registry entries if they exist:
6262

63-
- **HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\\.NETFramework\DbgManagedDebugger**
64-
6563
- **HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AeDebug\Debugger**
6664

65+
- **HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\\.NETFramework\DbgManagedDebugger**
66+
6767
Make sure not to delete or change any other registry keys.
6868

6969
4. Close the **Registry Editor** window.
-28.4 KB
Loading

0 commit comments

Comments
 (0)