Skip to content

GabHST/DebugLog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DebugLog

Silent internal error and event logger for WoW Vanilla 1.12.1

Version WoW Silent Downloads


Download


What is this?

DebugLog silently captures all Lua errors, quest events, target changes, and addon activity into SavedVariables. Zero UI — completely invisible to the player. Read logs after your session.


Features

Feature Description
Lua errors Captures all errors via custom error handler
Quest events Accept, complete, turn-in, greeting, gossip
Target changes Logs unit names on target switch
pfQuest arrow Hooks SetTarget for navigation tracking
Addon loads Logs when key addons initialize
Level ups + deaths Tracks progression events
Global API DebugLog(category, msg) for any addon
100% silent No chat messages, no UI elements, ever

Installation

1. Download the ZIP (button above)
2. Extract "DebugLog" folder into: WoW/Interface/AddOns/
3. Play normally
4. Read logs at: WTF/Account/<name>/SavedVariables/DebugLog.lua

Usage from other addons

DebugLog("VG", "Step advanced to 5")
DebugLog("ERROR", "Something broke")
DebugLog("ARROW", "Pointing to quest X")

Categories

Category Storage key Purpose
ERROR errors Lua errors
ARROW arrow pfQuest arrow changes
VG vg VanillaGuide events
anything else events General events

Max 150 entries per category (auto-trims oldest).


PT-BR

DebugLog captura silenciosamente todos os erros Lua, eventos de quest e atividade de addons nas SavedVariables. 100% invisivel pro jogador. Leia os logs em WTF/Account/<nome>/SavedVariables/DebugLog.lua.


License

MIT


Auto-Update

This addon supports silent auto-update via LaunchSoloCraft.ps1. Every time you launch WoW through the launcher:

  1. It checks the latest release on GitHub
  2. Compares with your installed version
  3. Downloads and installs automatically if outdated
  4. Shows a notification in WoW chat when loaded

No manual download needed after first install!

About

Silent Lua error and event logger for WoW Vanilla 1.12.1 - captures errors, quests, targets, arrow changes into SavedVariables

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages