A Real Non-crippled command expression evaluator
Express yourself.
──────────────────────────────────────────────────────────────────────────────

The expression evaluator within the command window has been re-written to
allow you to express more complex expressions, such as expressions that
involve objects,

A simple example:

oBrowse:Getcolumn(1):heading

work in MrDebug's command window. You could even do something like:

oBrowse:Getcolumn(2):Cargo := oBrowse:Getcolumn(2):heading

try that with any other CA-Clipper debugger!

You can also query the contents of any variable at any level within the
callstack whether it be local, private, public or static. If the variable
cannot be found in the current level of the callstack, then the callstack
will be searched from the level in the program that the highlight bar is on,
down towards the start of the program.