actboy168 / lua-debug

Lua Debug Adapter for Visual Studio Code
MIT License
437 stars 95 forks source link

调试war3会崩溃 #134

Closed ChrisCatCP closed 3 years ago

ChrisCatCP commented 3 years ago

在调试war3的时候 lua_State* getmainthread(lua_State* L) { return L->l_G->mainthread; } 这里会发生崩溃 可能是因为加了一个gchash字段的原因