05d74cc432
- Add /radiusdebug slash command. Dumps zoom, shape, size, scale, Minimap:GetViewRadius() (3.3.5a), C_Minimap.GetViewRadius() (Retail/WoTLK), CVars, fallback radius (outdoor/indoor), active pin count, and 8 sample pin metrics (screen offset, normalized radius, edge error). Includes an interpretation block. - Add /terraindebug slash command. Dumps Minimap, MinimapCluster, zoom buttons, border, backdrop, north tag, compass texture, mask state, MMHolder, and 5 levels of parent chain. Detects ElvUI presence and prints interpretation hints. - All API calls are defensive with pcall/conditional guards and tostring() fallbacks. Slash commands lazy-load _G.Questie*Debug so they work even if the function table is updated post-load. These commands were used during the minimap drift investigation to verify that radius, scale, and frame hierarchy were not the drift source. They are invaluable for future regression investigation and have zero runtime cost when not invoked.