Please enable JavaScript to view this site.

R:BASE 11 Help

Navigation: How To (Forms, Reports, and more) > Trace Debugger > Trace Debugger

Adding Commands to R> History

Scroll Prev Top Next More

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.

 

PopupMenu_Trace

 

 

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).

 

AddVarValuetoCmdHistory