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

love2d cant step in with debugger to love2d lua libary #68

Open
meiry opened this issue Aug 13, 2022 · 1 comment
Open

love2d cant step in with debugger to love2d lua libary #68

meiry opened this issue Aug 13, 2022 · 1 comment

Comments

@meiry
Copy link

meiry commented Aug 13, 2022

great extenton first of all ,
i try to step in to love2d build in lib's , with no success
image

Here is my launch.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-local",
            "request": "launch",
            "name": "Debug Custom Executable",
            "program": {
              "command": "c:\\dev\\my\\cpp\\megasource\\build\\love\\Debug\\love.exe"
            },
            "args": [
              "c:\\dev\\my\\cpp\\love2d\\LOVE-Example-Browser-master",
              "vsc_debug"
            ],
            "scriptRoots": ["c:\\dev\\my\\cpp\\megasource\\libs\\love\\src"],
            "scriptFiles": [
                "c:\\dev\\my\\cpp\\megasource\\libs\\love\\src\\**\\*.lua",
                "**/*.lua"
            ]
        }
    ]
}

what im missing here ?
@learn-more
Copy link

This is a function implemented in c++, so if you want to step into that, you'd need a native debugger.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants