1 2 3 4 5 6 7 8 9
local opentags = { "WndProc", } local Debug = GameLab.Debug for _, tag in ipairs(opentags) do Debug.OpenTag(tag) end