Debug Commands for Command-Runner

The other day it was mentioned about using AWK parser debug commands with command-runner. I found some information regarding “writeDebug(string)”. Are there any additional AWK parser debug options for command-runner?

As far as I know the writeDebug is the only function you can have inside of your .ind script that outputs whatever you want.
Another debug thingie is adding --verbose to the command runner when running against a remote device to get more data on what it is replying with

Do you use writeDebug in "parse-only" mode of command-runner. If so, where does the output of the writeDebug displayed?

I have an AWK section of a script with only writeDebug("****I am a debug string****") in it and I am not seeing the output anywhere. What am I missing?