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?
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?
thanks.