Skip to content

Commit 8f6d861

Browse files
committed
edits
1 parent 685eb9f commit 8f6d861

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/ide/immediate-window.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The **Immediate** window supports IntelliSense.
2626

2727
## Display the values of variables
2828

29-
The **Immediate** window is particularly useful when you're debugging an app. For example, to check the value of a variable `varA`, you can use the [Print command](../../ide/reference/print-command.md):
29+
The **Immediate** window is particularly useful when you're debugging an app. For example, to check the value of a variable `varA`, you can use the [Print command](../ide/reference/print-command.md):
3030

3131
```cmd
3232
>Debug.Print varA
@@ -71,7 +71,7 @@ You can use the **Immediate** window to execute a function or subroutine at desi
7171

7272
The **Immediate** window runs `MyFunction` and displays `4`.
7373

74-
If the function or subroutine contains a breakpoint, Visual Studio breaks execution at the appropriate point. You can then use the debugger windows to examine your program state. For more information, see [Walkthrough: Debugging at Design Time](../../debugger/walkthrough-debugging-at-design-time.md).
74+
If the function or subroutine contains a breakpoint, Visual Studio breaks execution at the appropriate point. You can then use the debugger windows to examine your program state. For more information, see [Walkthrough: Debugging at Design Time](../debugger/walkthrough-debugging-at-design-time.md).
7575

7676
You can't use design-time expression evaluation in project types that require starting up an execution environment, including Visual Studio Tools for Office projects, web projects, Smart Device projects, and SQL projects.
7777

@@ -124,9 +124,9 @@ In some settings configurations, first-chance exception notifications are displa
124124

125125
## See also
126126

127-
- [Navigating through Code with the Debugger](../../debugger/navigating-through-code-with-the-debugger.md)
128-
- [Command Window](../../ide/reference/command-window.md)
129-
- [First look at the debugger](../../debugger/debugger-feature-tour.md)
130-
- [Walkthrough: Debugging at Design Time](../../debugger/walkthrough-debugging-at-design-time.md)
131-
- [Visual Studio Command Aliases](../../ide/reference/visual-studio-command-aliases.md)
132-
- [Using Regular Expressions in Visual Studio](../../ide/using-regular-expressions-in-visual-studio.md)
127+
- [Navigating through Code with the Debugger](../debugger/navigating-through-code-with-the-debugger.md)
128+
- [Command Window](../ide/reference/command-window.md)
129+
- [First look at the debugger](../debugger/debugger-feature-tour.md)
130+
- [Walkthrough: Debugging at Design Time](../debugger/walkthrough-debugging-at-design-time.md)
131+
- [Visual Studio Command Aliases](../ide/reference/visual-studio-command-aliases.md)
132+
- [Using Regular Expressions in Visual Studio](../ide/using-regular-expressions-in-visual-studio.md)

0 commit comments

Comments
 (0)