add '--dbg-server' command-line argument & add debugging server draft

This commit is contained in:
MihailRis
2025-10-05 23:54:29 +03:00
parent 2895cff5f2
commit 80cd187c6f
7 changed files with 142 additions and 5 deletions
+3 -1
View File
@@ -617,7 +617,9 @@ namespace lua {
void remove_environment(lua::State*, int id);
inline void close(lua::State* L) {
lua_close(L);
if (L) {
lua_close(L);
}
}
inline void addfunc(