Debug Dial Plan?

Is there an easy way to dump the value of variables to the console in a script?

I think DumpChan() may do what I need…

exten => … Noop(VarValue=${VarName})

Thanks! I will give that a try.