well only thing i have is :

on 1:START: {
.debug on

}

and thru all script files nothing else on DEBUG word can be found cept those lines i pasted above


in aliases i have this:

demode { %demode = $read -n [ $+ [ $lines(debug.log) ] ] debug.log | if ($gettok(%demode,2,32) == mode) { return $gettok(%demode,4-,32) } }

and that is all i have