You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i have a normal server process base on Lua, it has multi Lua VM objects, each VM object like a "process", because the object have some coroutine like "thread"s, each coroutine have self call stack.
how can i use vscode and debug protocol to adapter this situation, Multi-target debugging?