Skip to content

Releases: microsoft/vscode-js-debug

v1.102.0

03 Jul 15:35
f8f4253
Compare
Choose a tag to compare

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

13 May 18:42
a3279c2
Compare
Choose a tag to compare

Changes:

This list of changes was auto generated.

v1.100.0

30 Apr 17:18
b600533
Compare
Choose a tag to compare

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

11 Feb 18:29
cdca7f2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.97.0...v1.97.1

v1.97.0

28 Jan 21:11
d773040
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.96.0...v1.97.0

v1.96.0

05 Dec 17:32
f1fe28b
Compare
Choose a tag to compare

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

08 Nov 20:07
889c62d
Compare
Choose a tag to compare

Changes:

  • #2126: 1.95.3
  • #2124: fix: add a short race timeout for wasm pause handlers

This list of changes was auto generated.

v1.95.2

31 Oct 17:21
a5977a0
Compare
Choose a tag to compare

Changes:

  • #2116: fix: use macrotask state boundary in thread statequeue

This list of changes was auto generated.

v1.95.1

25 Oct 18:30
ce5dfbb
Compare
Choose a tag to compare

Changes:

  • #2114: fix: wasm breakpoint pausing not working on first run w/ predictor

This list of changes was auto generated.

v1.95.0

23 Oct 16:08
fea4d20
Compare
Choose a tag to compare

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.