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

Moonsharp VS Code debugger launch.json documentation incorrect #297

Open
madareklaw opened this issue Mar 18, 2021 · 0 comments
Open

Moonsharp VS Code debugger launch.json documentation incorrect #297

madareklaw opened this issue Mar 18, 2021 · 0 comments

Comments

@madareklaw
Copy link

Following instructions from https://marketplace.visualstudio.com/items?itemName=xanathar.moonsharp-debug&ssr=false#overview does not work.

Solution was to put "debugServer" : 41912, in configurations field under request as shown below

{
    "version": "0.2.0",
    "configurations": [
        {
            "name": "MoonSharp Attach",
            "type": "moonsharp-debug",
            "request": "attach",
            "debugServer":41912,
            "HELP": "Please set 'debugServer':41912 (or whatever port you ar connecting to) right after the 'request' field in this json."
        }
    ]
}

VsCode:

VS Code version: 1.54.3
MoonSharp Debug version: v1.8.3

Visual Studio

Visual Studio version: 16.9.2
MoonSharp.Debugger.VsCode version: v2.0.0
MoonSharp version v2.0.0

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