Skip to content

Commit 61e6052

Browse files
committed
clarification
1 parent 279627f commit 61e6052

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ By default, Windows Form apps have a top-level exception handler that lets the a
9999

100100
To enable Just-In-Time debugging instead of standard Windows Form error handling, add these settings:
101101

102-
- In the `system.windows.forms` section of the *machine.config* or *\<app name>.exe.config* file, set the `jitDebugging` value to `true`:
102+
- In the `system.windows.forms` section of the *machine.config* or *bin\<app name>.exe.config* file, set the `jitDebugging` value to `true`:
103103

104104
```xml
105105
<configuration>

0 commit comments

Comments
 (0)