Basis: Command and Immediate Window

1. Command window
Type command directly, like:
view.fullscreen
debug.breakpoints
immed (go to immediate window directly)

2. Immediate window
? (print a variable's value)
>alias (view all alias commands, which can be executed in this window, like: >FullScreen)
>cmd (go to command window directly)

原文地址:https://www.cnblogs.com/taoxu0903/p/1366306.html