Skip to content

Commit 28026a2

Browse files
committed
edits
1 parent 99d5edf commit 28026a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/debugger/decompilation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ The following illustration shows the **Source Not Found** message.
4444

4545
Starting in Visual Studio 2022 version 17.7, the Visual Studio Debugger supports autodecompilation of external .NET code. You can autodecompile when stepping into external code or when using the Call Stack window.
4646

47-
If you step into code that has been implemented externally, the debugger automatically decompiles it and displays the current point of execution. If you want to step into external code, [Just My Code](../debugger/just-my-code.md) must be disabled.
47+
If you step into code that has been implemented externally, the debugger automatically decompiles it and displays the current point of execution. If you want to step into external code, disable [Just My Code](../debugger/just-my-code.md).
4848

49-
You can easy decompile from the Call Stack window without disabling Just My Code.
49+
You can decompile from the Call Stack window without disabling Just My Code.
5050

5151
To autodecompile from the Call Stack window:
5252

0 commit comments

Comments
 (0)