Skip to content

Commit 4b47685

Browse files
authored
Merge pull request #13909 from Mikejo5000/mikejo-br24
Update article on the Immediate window
2 parents ead6302 + cf4f794 commit 4b47685

File tree

4 files changed

+8
-9
lines changed

4 files changed

+8
-9
lines changed

docs/debugger/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,8 @@
362362
href: /visualstudio/bridge/bridge-to-kubernetes-vs
363363
- name: Debug with Container Tools >>
364364
href: ../containers/edit-and-refresh.md
365+
- name: Immediate window
366+
href: ../ide/reference/immediate-window.md
365367
- name: Work with...
366368
items:
367369
- name: 64-Bit applications

docs/debugger/walkthrough-debugging-at-design-time.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ To debug XAML code behind an app from the XAML designer, such as declarative dat
2323

2424
## Use the Immediate window
2525

26-
You can use the Visual Studio **Immediate** window to execute a function or subroutine without running your app. If the function or subroutine contains a breakpoint, Visual Studio will break at the breakpoint. You can then use the debugger windows to examine your program state. This feature is called *debugging at design time*.
26+
You can use the Visual Studio **Immediate** window to execute a function or subroutine without running your app. If the function or subroutine contains a breakpoint, Visual Studio will break at the breakpoint. You can then use the debugger windows to examine your program state. This feature is called *debugging at design time*. For detailed information, see [Use the Immediate window](../ide/reference/immediate-window.md)
2727

2828
The following example is in Visual Basic. You can also use the **Immediate** window at design time in C#, F#, and C++/CLI apps. For C++/CLI, compile without the /clr option to use the Immediate window.
2929

docs/ide/reference/immediate-window.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
title: Immediate Window
2+
title: Use the Immediate Window
33
description: Learn how to use the Immediate window to debug and evaluate expressions, execute statements, and print variable values.
44
ms.date: 02/25/2019
5-
ms.topic: reference
5+
ms.topic: how-to
66
dev_langs:
77
- VB
88
f1_keywords:
@@ -11,13 +11,12 @@ helpviewer_keywords:
1111
- design-time expression evaluation
1212
- Immediate window
1313
- first-chance exception notifications
14-
ms.custom: "ide-ref"
1514
author: Mikejo5000
1615
ms.author: mikejo
1716
manager: mijacobs
1817
ms.subservice: general-ide
1918
---
20-
# Immediate window
19+
# Use the Immediate window
2120

2221
Use the **Immediate** window to debug and evaluate expressions, execute statements, and print variable values. The **Immediate** window evaluates expressions by building and using the currently selected project.
2322

docs/toc.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -578,6 +578,8 @@
578578
href: /troubleshoot/developer/visualstudio/ide/troubleshoot-class-designer-errors?toc=%2Fvisualstudio%2Ftoc.json
579579
- name: Improve your code
580580
href: ide/find-and-fix-code-errors.md
581+
- name: Immediate window
582+
href: ide/reference/immediate-window.md
581583
- name: Tips and tricks
582584
items:
583585
- name: Productivity features
@@ -880,16 +882,12 @@
880882
href: ide/reference/code-snippet-picker.md
881883
- name: Command window
882884
href: ide/reference/command-window.md
883-
- name: Convert dialog box
884-
href: ide/reference/convert-dialog-box.md
885885
- name: Error List window
886886
href: ide/reference/error-list-window.md
887887
- name: File Properties, JavaScript
888888
href: ide/reference/file-properties-javascript.md
889889
- name: Go To Line
890890
href: ide/reference/go-to-line.md
891-
- name: Immediate window
892-
href: ide/reference/immediate-window.md
893891
- name: Paste JSON or XML as classes
894892
href: ide/reference/paste-json-xml.md
895893
- name: Miscellaneous files

0 commit comments

Comments
 (0)