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

Support for debugging node from Visual Studio code (etc) #5

Open
badrange opened this issue Mar 21, 2022 · 0 comments
Open

Support for debugging node from Visual Studio code (etc) #5

badrange opened this issue Mar 21, 2022 · 0 comments

Comments

@badrange
Copy link

As a developer I'd like to be able to debug the node project from vscode. I haven't been able to find information on how to configure mean to open up a port that vscode can connect to. A debug configuration similar to this should work - but what do I have to do to open up the port inside the container?

    {
      "type": "node",
      "request": "attach",
      "name": "Attach to node in Lando",
      "address": "192.168.16.6",      
      "port": 9229
    },

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

1 participant