SIGN IN SIGN UP
denoland / deno UNCLAIMED

A modern runtime for JavaScript and TypeScript.

0 0 3 Rust

feat: add --inspect-publish-uid flag for VSCode debugging (#31927)

This commit adds `--inspect-publish-uid` flag.

This flag is hidden in the help output at the moment. This flag is
getting added because it allows us to properly implement certain debugging
workflows in VSCode. More concretely, the --inspect-publish-uid flag
is used by VSCode when running a debugger for Node and we would
like VSCode to use the same infrastructure for Node and Deno.

Enables `parallel/test-inspect-publish-uid.js` Node compat test and
does a drive-by of categorization of compat tests for `node:inspector`
module.

---------

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
B
Bartek Iwańczuk committed
11f255c8813bb2463aa33447a5995f82a23ecbcf
Parent: a2e3b45
Committed by GitHub <noreply@github.com> on 1/24/2026, 11:30:46 AM