Evie Addon Details

Watch - Add Favorite

ESP Errorlog - Debugging Tool - Version 1.0

posted on 2008-02-03 23:12:44
by Jeff91
12
w00ts
w00t!
Requires: Tags: css debug dods es 2.0 helper hl2dm python sdk

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:

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


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
Posted Copy. - Works Well.

~J3ff
( Previous Versions )