Примеры использования Command pane на Английском языке и их переводы на Русский язык
{-}
-
Official
-
Colloquial
In the Command Pane, select the text that you want to cut.
Provides the steps for editing text in the Command Pane.
A Command pane for running interactive commands. .
Read/write property that gets orsets the background color for the Command Pane editor.
By default, the Command Pane is located below the Output Pane. .
Provides the steps for writing andrunning commands in the Command Pane.
In the Command Pane, type C and press ENTER, or, on the Debug menu, click Run/Continue.
To use these shortcuts, you must type the shortcut in the Command Pane and press ENTER.
In the Command Pane or Script pane, type a cmdlet followed by a dash, and then press TAB.
Pause the pointer on the split line between the Command Pane and Output Pane. .
In the Command Pane, click to place the cursor where you want to add the new line, and then press SHIFT+ENTER.
On the Debug menu,click Stop Debugger, or, in the Command Pane, type Q and then press ENTER.
Provides the procedures for entering, running, andstopping a command in the Command Pane.
You can get orset the background colors for the Command pane, the Output pane, and the Script pane. .
Use the following steps to enter, run, or stop a command in the Command Pane.
Multiline editing in the Command pane lets you paste multiple lines of code, run them, and then recall them as a unit.
On the Debug menu,click Display Call Stack or, in the Command Pane, type K and then press ENTER.
Tab completion provides automatic Help when you are typing in the Script Pane or in the Command Pane.
To move the Command Pane above the Output Pane, on the Command Pane bar, click Move Command Pane Up, orin the View menu, click Command Pane Up.
Provides the steps to perform tab completion in the Script Pane and the Command Pane. .
The following script is an example of how to remove all breakpoints from the Command Pane by using the Remove-PSBreakpoint cmdlet.
To find the value of a variable while you are debugging, hover over the variable in the Script Pane, ortype the variable name in the Command Pane, and press ENTER.
The following script is an example of how you can list all breakpoints from the Command Pane by using the Get-PSBreakpoint cmdlet.
Read/write property that gets or sets the font size(an integer)used in the Script Pane, Command Pane and the Output Pane. .
The following script is an example of how you can enable specific breakpoints from the Command Pane by using the Enable-PSBreakpoint cmdlet.
A property that gets a dictionary object that contains name/value pairs of token types and colors for the Command Pane and the Script Pane. .
Read/write property that gets orsets a Boolean value that indicates whether the Command Pane is located above the Output Pane. .
You can use the following steps to change the size and location of the Command Pane and the Script Pane. .
The following script is an example of how to remove a breakpoint with a specified ID from the Command Pane by using the Remove-PSBreakpoint cmdlet.