New Message: Re: I Broke a Script: Which One?

webmaster at userland.com webmaster at userland.com
Tue Oct 9 04:39:00 PDT 2001


A new message was posted:

Address: http://frontier.userland.com/discuss/msgReader$8901

By: Steve Hooker (shooker at udena.ch)

The way I do it, is to use the param table that's built when you switch on debugging

config.mainresponder.prefs.flDebug

when you set that to true you'll get a pile of tables in

config.mainresponder.debugLog

find the first one (the rest are images, generally) open it up to see the paramsIn table -- it'll have a number and a tab that you can't see, but don't worry about that.

copy that address and put it in this script

local (paramtable =config.mainresponder.debugLog.["00014000\t5:14:42 pm"].["00001000\tparamsIn"]);
mainResponder.respond (@paramtable, true)

Then press the debug, and you are away. It'll fall over where the error is and you'll be able to trace back to the faulty script to put it right.

This is a Manila site.. http://manila.userland.com/.





More information about the Frontier-Server mailing list