Japanese Edition
https://daisuke.masuda.tokyo/article-2025-11-18-0805
This presentation is a comprehensive guide to World of Warcraft addon development, covering essential development practices. It demonstrates debugging techniques including conditional debug output with toggleable flags, stack trace capture for error tracking, and integration with tools like ViragDevTool. The guide emphasizes fast iteration development using the /reload command to test changes without restarting the game, while noting important considerations like SavedVariables and PLAYER_LOGOUT events. It also covers best practices for identifying global variable leaks by inspecting the _G table, helping developers maintain clean and efficient addon code.