Skip to content

Commit b5e7a18

Browse files
committed
Update registry key information for JIT debugging
1 parent c92f2f1 commit b5e7a18

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 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: 11/29/2023
4+
ms.date: 10/09/2024
55
ms.topic: how-to
66
helpviewer_keywords:
77
- debugging [Visual Studio], Just-In-Time
@@ -153,17 +153,17 @@ If Just-In-Time debugging doesn't start when an app crashes, even though it's en
153153

154154
The fix is to add a **DWORD Value** of **Auto**, with **Value data** of **1**, to the following registry keys:
155155

156-
- **HKEY_LOCAL_MACHINE\Software\WOW6432Node\Microsoft\Windows NT\CurrentVersion\AeDebug**
156+
- **HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AeDebug**
157157

158-
- (For 32-bit machines) **HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AeDebug**
158+
- (For 32-bit apps on 64-bit machines) **HKEY_LOCAL_MACHINE\Software\WOW6432Node\Microsoft\Windows NT\CurrentVersion\AeDebug**
159159

160160
- Windows Error Reporting could be taking over the error handling on your computer.
161161

162162
To fix this issue, use Registry Editor to add a **DWORD Value** of **Disabled**, with **Value data** of **1**, to the following registry keys:
163-
164-
- **HKEY_LOCAL_MACHINE\Software\WOW6432Node\Microsoft\Windows\Windows Error Reporting**
165163

166-
- (For 32-bit machines) **HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Windows Error Reporting**
164+
- **HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Windows Error Reporting**
165+
166+
- (For 32-bit apps on 64-bit machines) **HKEY_LOCAL_MACHINE\Software\WOW6432Node\Microsoft\Windows\Windows Error Reporting**
167167

168168
For more information, see [.WER settings](/windows/desktop/wer/wer-settings).
169169

0 commit comments

Comments
 (0)