EmmyLuaDebugger icon indicating copy to clipboard operation
EmmyLuaDebugger copied to clipboard

EmmyLua Debugger

Results 16 EmmyLuaDebugger issues
Sort by recently updated
recently updated
newest added

配置信息: vscode为1.91.1 EmmyLua为0.9.19 Unity2019 + xlua launch.json配置: { "type": "emmylua_new", "request": "launch", "name": "EmmyLua New Debug", "host": "localhost", "port": 9876, "ext": [ ".lua", ".lua.txt", ".lua.bytes" ], "ideConnectDebugger": false }, 使用下面的代码连上调试器后...

我一个进程内有多个lua虚拟机, 我想每个虚拟机各自监听一个端口/或者只监听1个端口, 该怎么做? 现在调用tcpListen后一个会覆盖前一个

看 vs 显示了外部的emmy_hook.dll 地址访问错误

The readme references [Discussion](https://github.com/EmmyLua/EmmyLuaDebugger/discussions) but they are not enabled.

使用slua,lua版本5.3.3,调试unity脚本代码,偶现unity崩溃