mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Dec 2002
Posts: 580
N
Fjord artisan
OP Offline
Fjord artisan
N
Joined: Dec 2002
Posts: 580
I would like to see an identifier that will allow you to "review" the history of script execution / events just prior to the last Control-Break.

$trace(n)
0=Location of last loop, 1=most recent event/alias, 100=oldest entry
returns:
- "Event text : Event Identifer values : $1-"
- "Alias aliasname : $1-"
- "LastLoop : Scriptname : ScriptLine"

D
DaveC
DaveC
D
I guess if all it was is a kind of history buffer, that was loaded and flushed as scripting went, it wouldnt be overly cpu intensive to add.

Might i suggest that it can be switched ON and OFF, since the script i/you might write to display its contents , itself must execute commands, and would thus start destroying the tracing data frown


Link Copied to Clipboard