What's Changed
- fix: immediately log stdout/err unless EXT is encountered by @connor4312 in #1768
- fix: child processes from extension host not getting spawned during debug by @connor4312 in #1767
- fix: hint content type for sources with query strings by @connor4312 in #1769
- fix: don't overwrite custom NODE_OPTIONS by @connor4312 in #1771
- feat: use the browser networks stack as fallback when direct load fails by @connor4312 in #1772
- fix: support vite HMR source replacements by @connor4312 in #1774
- feat: add
Symbol.for("debug.description")
as a way to generate object descriptions by @connor4312 in #1775 - chore: trigger perScriptSourceMaps for vite dev server by @connor4312 in #1776
- feat: adopt supportTerminateDebuggee for browsers and node by @connor4312 in #1777
- Speed up sourcemap lookups by checking existance of .map files by @sunilsurana in #1780
- fix: ensure ELECTRON_RUN_AS_NODE is set for the watchdog by @connor4312 in #1787
- feat: support basic webassembly debugging by @connor4312 in #1791
New Contributors
- @sunilsurana made their first contribution in #1780
Full Changelog: v1.81.0...v1.82.0