Created
April 4, 2024 16:07
-
-
Save mmastrac/21fabebcc0e464db4357d9412865c202 to your computer and use it in GitHub Desktop.
Debug current deno
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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