Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debugger: breakpoint are not working when ide connect to lua #81

Closed
vhenriet-sfy opened this issue Sep 3, 2021 · 0 comments
Closed
Labels
bug Something isn't working old version

Comments

@vhenriet-sfy
Copy link

vhenriet-sfy commented Sep 3, 2021

I create a debug launch with :

{
                "name": "Debug lua",
                "type": "emmylua_new",
                "request": "launch",
                "host": "localhost",
                "port": 9966,
                "ext": [
                    ".lua"
                ],
                "ideConnectDebugger": true,
                "preLaunchTask": "Wait luajit"
}

And in lua application :

local dbg = require("emmy_core")
dbg.tcpListen("localhost", 9966)
dbg.waitIDE()

Ide connect, my programe resume run, but no working breakpoint.

I tried to replace /.vscode/extensions/tangzx.emmylua-0.3.49/debugger/emmy/linux/emmy_core.so by the lastest debugger released (1.0.16) and the issue is fixed.

Do you plan to make a new release of the plugin and publish it?

@CppCXY CppCXY added bug Something isn't working old version labels Feb 23, 2022
@CppCXY CppCXY closed this as completed Mar 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working old version
Projects
None yet
Development

No branches or pull requests

2 participants