Skip to content

Commit b036fbc

Browse files
Changing Disable the Debugger Console to Using the Debugger Console #10250 (#10257)
* Commit to resolve issue #10250 in PowerShell-Docs Link to the issue: #10250 * Clarify debugging in VS Code * resize image --------- Co-authored-by: Sean Wheeler <[email protected]>
1 parent a440625 commit b036fbc

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

reference/docs-conceptual/dev-cross-plat/vscode/How-To-Replicate-the-ISE-Experience-In-VSCode.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -140,11 +140,15 @@ ISE Mode makes the following changes to VS Code settings.
140140

141141
For more information, see [the VS Code documentation][03].
142142

143-
- Disable the Debug Console
143+
- Hide the Debug Console panel
144144

145-
If you only plan on using VS Code for PowerShell scripting, you can hide the **Debug Console**
146-
since it'sn't used by the PowerShell extension. To do so, right click on **Debug Console** then
147-
click on the check mark to hide it.
145+
The PowerShell extension uses the built-in debugging interface of VS Code to allow for debugging
146+
of PowerShell scripts and modules. However, the extension does not use the Debug Console panel. To
147+
hide the Debug Console, right-click on **Debug Console** and select **Hide 'Debug Console'**.
148+
149+
![Screenshot show how to hide the Debug Console panel.][10]
150+
151+
For more information about debugging PowerShell with Visual Studio Code, see [Using VS Code][11].
148152

149153
## More settings
150154

@@ -164,4 +168,5 @@ We're always happy to accept PRs and contributions as well!
164168
[07]: media/How-To-Replicate-the-ISE-Experience-In-VSCode/1-highlighted-sidebar.png
165169
[08]: media/How-To-Replicate-the-ISE-Experience-In-VSCode/2-simplified-ui.png
166170
[09]: media/How-To-Replicate-the-ISE-Experience-In-VSCode/3-ise-mode.png
167-
171+
[10]: media/How-To-Replicate-the-ISE-Experience-In-VSCode/4-debug-console.png
172+
[11]: using-vscode.md#debugging-with-visual-studio-code
Loading

0 commit comments

Comments
 (0)