local opentags = {
    "WndProc",
}

local Debug = GameLab.Debug

for _, tag in ipairs(opentags) do 
    Debug.OpenTag(tag)
end