actboy168 / lua-debug

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

v2.0.5 版本 DebugConsole 不显示输出, 断点没有生效 #291

Open mofeiwang opened 5 months ago

mofeiwang commented 5 months ago

v2.0.4 默认在debugconsole 会有输出

image

升级到最新v2.0.5版本debugconsole 没有输出,断点也没有生效

image

lanuch.json

{
    // Use IntelliSense to learn about possible attributes.
    // Hover to view descriptions of existing attributes.
    // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
    "version": "0.2.0",
    "configurations": [
        {
            "type": "lua",
            "request": "launch",
            "name": "Debug",
            "program": "${workspaceFolder}/TestCode.lua"
        }
    ]
}