actboy168

Results 191 comments of actboy168

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下也无法重现

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":...