Icon |
Name |
Description |
![Icon of page with an 'x' in the lower-right corner](images/ccs_script_console_clear_button.gif) |
Clear Console View |
Clear the content of the scripting console view, this action is the same as the cls command. |
![Open folder icon](images/ccs_script_console_loadfile_button.gif) |
Load Command or JavaScript file |
Load a Command or JavaScript file from disk and execute it immediately. This action is similar to the execCmdFile or loadJSFile commands (for Command and JavaScript files respectively). See the [dedicated section](#loading-command-and-javascript-files) for more details. |
![Icon of a window with a pin in it](images/ccs_script_console_pintarget_button.gif) |
Pin Active Debug Session |
Pin the debug server scripting commands to the active debug session that you have selected in the Debug View; it is useful for multiple CPU debug session. |
![Downward arrow icon](images/ccs_script_console_groupmenu_button.png) |
View Menu |
Select the command group(s) that you want to see when pressing TAB key in the scripting console view. See the command groups section for more details. |