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

Is Deno not supported as a debugging runtime environment? #174

Open
KrofDrakula opened this issue Dec 15, 2022 · 0 comments
Open

Is Deno not supported as a debugging runtime environment? #174

KrofDrakula opened this issue Dec 15, 2022 · 0 comments

Comments

@KrofDrakula
Copy link

KrofDrakula commented Dec 15, 2022

I've been using VSCode to debug Deno programs and I've tried to use the debug visualizer to help with debugging, but I've been unable to get any expression to show in the debug visualizer when debugging:

image

The spinner in the top right just keeps on spinning regardless of which expression I try using in that context.

Does the debug visualizer support the Deno runtime, or am I barking up the wrong tree?

Here's the launch.json file for completeness:

{
  "version": "0.2.0",
  "configurations": [
    {
      "request": "launch",
      "name": "Launch Program",
      "type": "node",
      "program": "${file}",
      "cwd": "${workspaceFolder}",
      "runtimeExecutable": "deno",
      "runtimeArgs": ["run", "--inspect-brk", "--allow-all"],
      "attachSimplePort": 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