Skip to content

Commit fd673bb

Browse files
committed
Added a JMC link...
1 parent 2dc8092 commit fd673bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/debugger/decompilation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ More details can be found in the GitHub issue: [PDB Generator Status](https://gi
9393

9494
### Just My Code
9595

96-
The Just My Code (JMC) settings allows Visual Studio to step over system, framework, library, and other non-user calls. During a debugging session, the Modules window shows which code modules the debugger is treating as My Code (user code).
96+
The [Just My Code (JMC)](https://docs.microsoft.com/en-us/visualstudio/debugger/just-my-code) settings allows Visual Studio to step over system, framework, library, and other non-user calls. During a debugging session, the Modules window shows which code modules the debugger is treating as My Code (user code).
9797

9898
Decompilation of optimized or release modules produces non-user code. If the debugger breaks in your decompiled non-user code, for example, the No Source window will appear. In order to disable Just My Code navigate to Tools > Options (or Debug > Options) > Debugging > General, deselect Enable Just My Code.
9999

0 commit comments

Comments
 (0)