Is it possible to create a function interactively at the debugger interface? When I enter something like
BrightScript Debugger> function foo()
I get an error like
Syntax Error. (compile error &h02) in $LIVECOMPILE(296)
I'm guessing this is because I didn't enter the rest of the function, but I'm not sure how I could enter the rest of the function in the debugger without getting this type of error.