actboy168
actboy168
I can't reproduce it.
You can change the chunkname so that they can be distinguished correctly.
If you don't modify require, you shouldn't need to set sourceMaps. The debugger understands chunknames using the rules on the lua documentation.
You may need [this](https://marketplace.visualstudio.com/items?itemName=actboy168.lua-debug).
无法重现
我在macos下也无法重现
设置outputCapture
lua-debug will not do any processing on the output of print. You can output to the terminal instead of the debug console to solve this problem. ``` "console": "integratedTerminal", "outputCapture":...
I can't reproduce.
> luamake -mode debug