Copying an Expression to the command window Trying something out ──────────────────────────────────────────────────────────────────────────────
MrDebug has the ability to copy a single line of text from the source code window to the command line, allowing you to edit it, and evaluate it using the command window evaluator.
To select a piece of text from the source code window, you must first select the source code window. You may do this by pressing <Alt><1>. This will select the source code window, if it is not the current window.
You should then move the cursor to the beginning of the text that contains the item that you wish to copy. You may mark text as selected by holding down the <shift> key and pressing → until the entire expression or line is marked as selected. If you go too far, you may unmark the last elements of text by pressing the ← key whilst still holding down the <Shift> key.
The selected text may then be copied to the command window by pressing <Shift><Alt><C> where it will be inserted at the cursor position.
This will allow you to either edit the expression or evaluate it by pressing ◄──┛.