Addon Details

Watch - Add Favorite


Does this version work for you?
13
w00ts
w00t!2

ESP Errorlog - Debugging Tool - Version 1.0

posted on 2008-02-03 23:12:44
by Jeff91



Description

This is a simple debugging tool I use to track errors my testers find in my code while I do not have time to camp the console. It saves any errors ESP Mods Put out to an errors.log file in it's addons directory. Example of a Logged Error in the errors.log file: [code]02/03/08 15:57:12 Traceback (most recent call last): File "C:\Games\edgeline\GameServers\TC03705088050623471585387\cstrike\addons\eventscripts\es.py", line 266, in callBlock self.Blocks[blockname]() File "C:\Games\edgeline\GameServers\TC03705088050623471585387\cstrike\addons\eventscripts\dnds\dnds.py", line 267, in cmdrun caster.spellTeleport() File "C:\Games\edgeline\GameServers\TC03705088050623471585387\cstrike\addons\eventscripts\dnds\dnds.py", line 789, in spellTeleport if self.key['tele location'][0]: IndexError: tuple index out of range[/code] I found this helpful so I figured I would share. ~J3ff

Version Notes For 1.0

Updated on: 2008-02-03 23:12:44 EST by Jeff91
Posted Copy. - Works Well. ~J3ff

( Previous Versions )