Win
git clone https://github.com/microsoft/vscode-pwa
cd vscode-pwa\demos
dir
Mac / Linux
git clone https://github.com/microsoft/vscode-pwa
cd vscode-pwa/demos
ls
-
Attaching to relevant browser threads: page, out of process iframes, web workers, related service workers
-
Node debugging auto-attaches to all Node sub-processes
-
Full stack debugging with all targets at a glance.
-
Evaluate in selected execution context
-
Unified console for everything: service workers, page, workers
-
Top-level await in console
-
Serialized console output
-
Console message formatting improvements from CDT
-
Per-thread Output with timestamps available post-session
-
Complete command line API:
-
Instrumentation breakpoints
-
Pretty print minified source with complete debugging support
-
Step into async, step into Worker, etc
-
All locations go through source maps: stack trace on pause, console methods, exceptions, function locations
-
Breakpoints set in source maps are guranteed to be resolved in time (in newer V8 versions).
This project welcomes contributions and suggestions. See CONTRIBUTING.md for details.