debug echo verbose level for the R# interpreter engine
DebugLevels
01 Syntax
SMRUCC.Rsharp.Interpreter.DebugLevels
02 Fields
03 Members
None
no debug echo, normal mode(or production mode)
Memory
debug echo of the memory delta change after execute each expression
Stack
print the expression executation stack data
All
print all data on the console
None
Memory
Stack
All