Releases: microsoft/vscode-js-debug
Releases · microsoft/vscode-js-debug
v1.102.0
Changes:
- #2244: 1.102.0
- #2242: Add subdirectory names to debug script configurations in monorepos
- #2238: feat: add killBehavior as a browser launch option
- #2235: fix: async stackframe separators not using unique ID
- #2232: chore(deps-dev): bump tar-fs from 2.1.2 to 2.1.3
- #2226: fix: inherit parent console options and use the right inspector opts
- #2223: chore: Fix default url for turbopack
- #2222: fix: only add --experimental-networking for node/npm/etc binaries
- #2219: fix: set version manually when using deno
- #2217: fix: avoid extraneous rename mapping
See More
- #2211: Fix bug where the WasmWorker instance is disposed but never re-spawned on page reloads + writeMemory when WASM memory is SharedArrayBuffer
- #2210: 1.100.0
This list of changes was auto generated.
v1.100.1
v1.100.0
Changes:
Bugs:
- #2201: Variables in bundled code with source maps aren't renamed properly
Others:
- #2210: 1.100.0
- #2206: fix: not being able to debug child processes of commands that exit
- #2202: fix: variables in bundled code with source maps aren't renamed properly
- #2199: Fix expansion of "floating" WASM variables in repl/watch + readMemory when WASM memory is SharedArrayBuffer
- #2197: fix: copy multiline values as template literals
- #2196: fix: race condition when opening attached windows
- #2194: chore: update app container tokens to 0.2.0
See More
- #2193: chore: experimental networking by default on recent Node versions
- #2192: fix: apply sourceMapPathOverrides to Node, too
- #2191: fix: explicitly specify completion ranges
- #2187: chore(deps-dev): bump tar-fs from 2.1.1 to 2.1.2
- #2184: fix: ensure backslash in path when setting breakpoints in windows
- #2180: fix test
- #2179: fix: memory leaks between debug sessions
- #2173: Crash (OOM) on debugging
- #2178: Support usenode as npm script runner
This list of changes was auto generated.
v1.97.1
What's Changed
- chore(deps-dev): bump esbuild from 0.23.1 to 0.25.0 by @dependabot in #2169
- chore(deps): bump serialize-javascript and mocha by @dependabot in #2170
- 1.97.1 cherry pick by @connor4312 in #2171
Full Changelog: v1.97.0...v1.97.1
v1.97.0
What's Changed
- fix: extraneous threads continued event during shutdown at bp by @connor4312 in #2142
- fix: content verification of files in Node.js failing with UTF-8 BOM by @connor4312 in #2143
- fix: breakpoints not registered in transpiled file in remoteRoot by @connor4312 in #2145
- fix: remove log compression by @connor4312 in #2144
- fix: extension host debug no longer working post-esm by @connor4312 in #2147
- fix: use shell integration for more reliable execution for node-temrinal by @connor4312 in #2152
- fix: allow pretty printing sources when not paused by @connor4312 in #2153
- fix: add a basic language configuration for WAT by @connor4312 in #2154
- chore: update CDP types, support new debugSymbols array format by @connor4312 in #2157
- Update BlazorDebugger telemetry report event by @mdh1418 in #2158
- Adds originalUrl to GetPreferredUILocationResult by @hediet in #2159
- 1.97.0 by @connor4312 in #2161
Full Changelog: v1.96.0...v1.97.0
v1.96.0
Changes:
Bugs:
- #2119: Incremental Performance Degradation with session.customRequest("variables") Calls
Others:
- #2139: 1.96.0
- #2136: feat: add extension API for debug terminal contributions
- #2132: chore: bump cross-spawn and npm-run-all
- #2128: chore: bump win32-app-container-tokens
- #2108: chore(deps): bump cookie and express
- #2124: fix: add a short race timeout for wasm pause handlers
- #2120: fix: incremental Performance Degradation with session.customRequest("variables") Calls
See More
- #2117: debug: fix wasm module pauses for Node
- #2116: fix: use macrotask state boundary in thread statequeue
- #2114: fix: wasm breakpoint pausing not working on first run w/ predictor
This list of changes was auto generated.
v1.95.3
Changes:
This list of changes was auto generated.
v1.95.2
Changes:
- #2116: fix: use macrotask state boundary in thread statequeue
This list of changes was auto generated.
v1.95.1
Changes:
- #2114: fix: wasm breakpoint pausing not working on first run w/ predictor
This list of changes was auto generated.
v1.95.0
Changes:
Bugs:
- #2101: Breakpoint not finding source file when using a registered transpiler
Others:
- #2112: 1.95.0
- #2111: feat: use
remoteHostHeader
option when looking up websocket address - #2110: fix: ensure default sm resolution paths are kept for transpiled extensions
- #2109: fix: apply sourceMapPathOverrides to file URIs
- #2106: fix: ignore extra pauses during wasm compilation
- #2103: fix: sticking on certain webassembly breakpoints
- #2102: fix: allow hitting breakpoints early in webassembly
See More
- #2096: fix: only autofill "debug link" input if the hostname resolves
- #2098: fix: test assertions
- #2097: fix: show the subsession name before the root prefix
- #2095: fix: support ANSI colorization in logged strings
- #2094: fix: disable entrypoint breakpoint at first pause in script
- #2093: fix: avoid generating extra rebased paths in relative
rebaseLocalToRemote
- #2091: resolveSourceMapLocations matching is broken
- #2085: chore(deps): bump body-parser and express
This list of changes was auto generated.