Silent internal error and event logger for WoW Vanilla 1.12.1
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.
| 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 |
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
DebugLog("VG", "Step advanced to 5")
DebugLog("ERROR", "Something broke")
DebugLog("ARROW", "Pointing to quest X")| 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).
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.
MIT
This addon supports silent auto-update via LaunchSoloCraft.ps1. Every time you launch WoW through the launcher:
- It checks the latest release on GitHub
- Compares with your installed version
- Downloads and installs automatically if outdated
- Shows a notification in WoW chat when loaded
No manual download needed after first install!