in reply to debugging AGI script

Some ideas:

1. from command line: agi debug

2. using a shell script: how to debug agi scripts

HTH

Replies are listed 'Best First'.
Re^2: debugging AGI script
by targetsmart (Curate) on Nov 04, 2008 at 14:18 UTC
    The 'AGI debug' is not saying variables details, its just saying about the command that is being executed(more verbose output). The shell script looks interesting, I will try it and tell you.