Skip to content

Instantly share code, notes, and snippets.

@mmastrac
Created April 4, 2024 16:07
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mmastrac/21fabebcc0e464db4357d9412865c202 to your computer and use it in GitHub Desktop.
Save mmastrac/21fabebcc0e464db4357d9412865c202 to your computer and use it in GitHub Desktop.
Debug current deno
let c = new Deno.Command("code", {args:["--open-url", `vscode://vadimcn.vscode-lldb/launch/config?{'request':'attach','pid':${Deno.pid}}`]}).spawn();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment