Commands in the debugger may be added to the R> Prompt Command History, which allows users to recycle and run entered commands at the R> Prompt console.
When code is being traced in the debugger, right click to access the content menu. A confirmation dialog will appear to confirm the command was added.
When working with ampersand variables, a "Add Variable Value to Command History" menu option is available within the Watch Variable panel of the debugger to add dynamically constructed commands to the R> Prompt Command History. The functionality makes the complex command more accessible for re-execution (possibly with manual modifications).