Skip to content

Commit 847531c

Browse files
committed
Moved article
1 parent 8531d57 commit 847531c

File tree

5 files changed

+7
-160
lines changed

5 files changed

+7
-160
lines changed

docs/ide/immediate-window.md

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

2727
## Display the values of variables
2828

29-
<<<<<<< HEAD:docs/ide/immediate-window.md
30-
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):
31-
=======
32-
The **Immediate** window is useful when you debug an app. For example, to check the value of a variable `varA`, you can use the [Print command](../../ide/reference/print-command.md):
33-
>>>>>>> c27793e89a96e4d1c4f009ef77e4299987778a94:docs/ide/reference/immediate-window.md
29+
The **Immediate** window is useful when you debug an app. For example, to check the value of a variable `varA`, you can use the [Print command](../ide/reference/print-command.md):
3430

3531
```cmd
3632
>Debug.Print varA
@@ -45,11 +41,7 @@ The question mark (`?`) is an alias for `Debug.Print`, so this command can also
4541
Both versions of this command return the value of the variable `varA`.
4642

4743
> [!TIP]
48-
<<<<<<< HEAD:docs/ide/immediate-window.md
49-
> To issue a Visual Studio command in the **Immediate** window, you must preface the command with a greater than sign (>). To enter multiple commands, switch to the [Command window](../ide/reference/command-window.md).
50-
=======
51-
> To issue a Visual Studio command in the **Immediate** window, you must preface the command with a greater than sign (`>`). To enter multiple commands, switch to the [Command window](command-window.md).
52-
>>>>>>> c27793e89a96e4d1c4f009ef77e4299987778a94:docs/ide/reference/immediate-window.md
44+
> To issue a Visual Studio command in the **Immediate** window, you must preface the command with a greater than sign (`>`). To enter multiple commands, switch to the [Command window](../ide/reference/command-window.md).
5345
5446
## Design-time expression evaluation
5547

@@ -79,11 +71,7 @@ You can use the **Immediate** window to execute a function or subroutine at desi
7971

8072
The **Immediate** window runs `MyFunction` and displays `4`.
8173

82-
<<<<<<< HEAD:docs/ide/immediate-window.md
83-
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).
84-
=======
85-
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: Debug at design time](../../debugger/walkthrough-debugging-at-design-time.md).
86-
>>>>>>> c27793e89a96e4d1c4f009ef77e4299987778a94:docs/ide/reference/immediate-window.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: Debug at design time](../debugger/walkthrough-debugging-at-design-time.md).
8775

8876
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.
8977

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

137125
## Related content
138126

139-
<<<<<<< HEAD:docs/ide/immediate-window.md
140-
- [Navigating through Code with the Debugger](../debugger/navigating-through-code-with-the-debugger.md)
127+
- [Navigating through code by using the debugger](../debugger/navigating-through-code-with-the-debugger.md)
141128
- [Command Window](../ide/reference/command-window.md)
142-
- [First look at the debugger](../debugger/debugger-feature-tour.md)
143-
- [Walkthrough: Debugging at Design Time](../debugger/walkthrough-debugging-at-design-time.md)
129+
- [Overview of the debugger](../debugger/debugger-feature-tour.md)
130+
- [Debug at design time](../debugger/walkthrough-debugging-at-design-time.md)
144131
- [Visual Studio Command Aliases](../ide/reference/visual-studio-command-aliases.md)
145-
- [Using Regular Expressions in Visual Studio](../ide/using-regular-expressions-in-visual-studio.md)
146-
=======
147-
- [Navigating through code by using the debugger](../../debugger/navigating-through-code-with-the-debugger.md)
148-
- [Command Window](../../ide/reference/command-window.md)
149-
- [Overview of the debugger](../../debugger/debugger-feature-tour.md)
150-
- [Debug at design time](../../debugger/walkthrough-debugging-at-design-time.md)
151-
- [Visual Studio Command Aliases](../../ide/reference/visual-studio-command-aliases.md)
152-
- [Use regular expressions in Visual Studio](../../ide/using-regular-expressions-in-visual-studio.md)
153-
>>>>>>> c27793e89a96e4d1c4f009ef77e4299987778a94:docs/ide/reference/immediate-window.md
132+
- [Use regular expressions in Visual Studio](../ide/using-regular-expressions-in-visual-studio.md)

docs/ide/reference/immediate-window.md

Lines changed: 0 additions & 132 deletions
This file was deleted.

0 commit comments

Comments
 (0)