Releases: microsoft/vscode-js-debug
Releases · microsoft/vscode-js-debug
v1.88.0
What's Changed
- fix: off-by-one error leading to invalid renames by @connor4312 in #1949
- fix: apply sourceMapPathOverrides to sourceURL scripts by @connor4312 in #1950
- fix: lock commands in strings for localization by @connor4312 in #1951
- fix: race when stopping on node-internals exceptions by @connor4312 in #1952
- fix: missing files making test fail by @connor4312 in #1953
- fix: resolve sourcemap coming from empty URLs by @connor4312 in #1954
- fix: 'start without debugging' not working by @connor4312 in #1956
- chore: add APIScan field by @rzhao271 in #1957
- fix: inconsistent display of strings with quotes by @connor4312 in #1959
- [CDP] Send telemetry for DotnetDebugger error event by @mdh1418 in #1961
- fix: stacktraces during process shutdown not being sourcemapped by @connor4312 in #1962
- added proxy support for build by @relief-melone in #1965
- fix: attempt both ipv4 and ipv6 loopbacks for DWARF symbols by @connor4312 in #1966
- Fix formatting of number 0 in remote object when description is not set by @Beanyy in #1968
- chore: update follow-redirects by @rzhao271 in #1969
- Engineering - cleanup TSA pipeline template parameter by @lszomoru in #1971
- chore: fix publish pipeline by @rzhao271 in #1972
- chore: bump tas client for s360 by @connor4312 in #1973
- fix: incorrect useYarn in gulpfile by @connor4312 in #1974
- fix: ensure space is retained in base environment node_options by @connor4312 in #1976
New Contributors
- @mdh1418 made their first contribution in #1961
- @relief-melone made their first contribution in #1965
- @Beanyy made their first contribution in #1968
Full Changelog: v1.87.0...v1.88.0
v1.87.0
What's Changed
- fix: removed support for logpoints by @connor4312 in #1927
- Revert the revert of #1464 by @segevfiner in #1928
- fix: skipFiles not matching/negating with special chars by @connor4312 in #1929
- chore: fix codeql warnings by @connor4312 in #1930
- chore: update dependencies by @connor4312 in #1932
- fix: potential console error when debugging stops by @connor4312 in #1933
- fix: pages not loading in browser after attach browser disconnect by @connor4312 in #1934
- fix: support object property shorthand in logpoints by @connor4312 in #1935
- fix: allow debugging nested extension host workers by @connor4312 in #1937
- feat: lazily announce evaluated scripts by @connor4312 in #1940
- feat: support running extension test CLI from launch.json by @connor4312 in #1941
- 1.87.0 by @connor4312 in #1943
- fix: include launch args from test config by @connor4312 in #1946
Full Changelog: v1.86.1...v1.87.0
v1.86.1
v1.86.0
What's Changed
- 1.85.0 by @connor4312 in #1891
- fix: instrumentation breakpoint in pauseForSourceMap stuck on Node 20 by @connor4312 in #1896
- fix: bad character range in wat syntax by @connor4312 in #1897
- fix: automatically reconnect when debugging browsers in port mode by @connor4312 in #1899
- fix: remove debug code by @connor4312 in #1901
- fix: show errors from cond bps, don't pause on internal exceptions by @connor4312 in #1902
- fix: avoid unnecessary exceptions in object preview evaluation by @connor4312 in #1905
- fix: match mjs and cjs in outFiles by default by @connor4312 in #1906
- fix: bad regex in matching resolveSourceMapLocations by @connor4312 in #1909
- Mention VS Code in profile descriptions by @roblourens in #1913
- finish moving over to a modern sourcemap library by @connor4312 in #1916
- chore(deps): bump follow-redirects from 1.15.3 to 1.15.4 by @dependabot in #1918
- fix: apply resolveSourceMapLocations in remoteRoot by @connor4312 in #1921
Full Changelog: v1.85.0...v1.86.0
v1.85.0
What's Changed
- v1.84.0 by @connor4312 in #1860
- chore: bump deps, drop abandoned estraverse by @connor4312 in #1868
- fix: reuse the webassembly worker across sessions in the debug tree by @connor4312 in #1871
- fix: respect sourceMapResolveLocations in the web extension host by @connor4312 in #1873
- chore: cleanup custom breakpoint ui by @connor4312 in #1865
- fix: path diff display in diagnostic tool by @connor4312 in #1876
- fix: allow variable substitutions for ports properties by @connor4312 in #1880
- update doc for IChromiumLaunchConfiguration.runtimeExecutable by @isSatake in #1881
- chore(deps): bump axios and vscode-tas-client by @dependabot in #1884
- fix: don't use approximate matching for file uris in browsers by @connor4312 in #1889
- feat: Addition of XHR/feat Breakpoints by @OnesAndZer0s in #1856
New Contributors
Full Changelog: v1.84.0...v1.85.0
v1.84.0
What's Changed
- fix: error when processing private properties with a map by @connor4312 in #1825
- chore: remove old codeql pipeline by @connor4312 in #1826
- fix: make sourcemap renames scope aware by @connor4312 in #1827
- fix: auto-attach/debug terminal not working in nightly by @connor4312 in #1831
- fix: envFiles variables appending rather than replacing in attach by @connor4312 in #1832
- fix: eval webpack config breakpoints not setting by @connor4312 in #1833
- fix: handle getPossibleBreakpoints response from hermes by @connor4312 in #1841
- Add suppression comments by @rzhao271 in #1845
- fix: also use script ID bps if there is a different embeddername by @connor4312 in #1846
- chore: fix codeql warnings by @connor4312 in #1847
- chore(deps-dev): bump @babel/traverse from 7.14.7 to 7.23.2 by @dependabot in #1849
- fix: cache-bust sourcemaps if the underlying content changes by @connor4312 in #1850
- fix test flakes by @connor4312 in #1851
- feat: Tidying Up of Instrumentation Breakpoints by @OnesAndZer0s in #1853
New Contributors
- @rzhao271 made their first contribution in #1845
- @OnesAndZer0s made their first contribution in #1853
Full Changelog: v1.83.0...v1.84.0
v1.83.1
What's Changed
- fix: eval webpack config breakpoints not setting by @connor4312 in #1833
v1.83.0
What's Changed
- v1.82 by @connor4312 in #1792
- feat: show class names of methods in call stack view by @connor4312 in #1802
- feat: implement wasm inline functions by @connor4312 in #1808
- feat: prompt to install extension on wasm step by @connor4312 in #1807
- feat: make wasm inline breakpoints work by @connor4312 in #1806
- feat: make wasm variable store work by @connor4312 in #1805
- feat: initial DWARF debugger integration by @connor4312 in #1804
- fix: edge devtools incorrectly ask for local forwarding by @connor4312 in #1809
- feat: make sourcemap toggle work for wasm/wat, add disable by @connor4312 in #1810
- chore: add test cases for wasm dwarf debugging by @connor4312 in #1811
- chore: remove redundant type definitions for del by @icholy in #1812
- fix: invalid bps not always removed on overlaid file by @connor4312 in #1813
- fix: source map stepping registered multiple times by @connor4312 in #1817
- fix: authentication sourcemap fallback failing for some maps by @connor4312 in #1816
- fix: allow setting breakpoints in common wasm languages by @connor4312 in #1818
- fix: error when stepping in decompiled dwarf wasm by @connor4312 in #1820
- fix: delegate wasm evaluation with dwarf by @connor4312 in #1821
- 1.83.0 by @connor4312 in #1822
New Contributors
Full Changelog: v1.82.0...v1.83.0
v1.82.0
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
v1.81.0
What's Changed
- v1.80.0 by @connor4312 in #1742
- Feat/fnm support by @thales-maciel in #1737
- Add --debug mode to vsDebugServerBundle by @joj in #1745
- fix: set breakpoints predictably when launching with files by @connor4312 in #1749
- fix: runtime error when loading electron preloads by @connor4312 in #1750
- fix: child process tree not terminating on all Linux distros by @connor4312 in #1751
- fix: browser path resolver unit test by @connor4312 in #1754
- fix: process picker broken on some Linux distros by @thenbe in #1753
- fix member expression completions by @zardoy in #1758
- Remove extra bracket from command line copy utility by @hbendev in #1759
- chore(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #1760
- fix: be more specific with EnvironmentVariableCollection.description by @connor4312 in #1762
- 1.81.0 by @connor4312 in #1763
New Contributors
- @thales-maciel made their first contribution in #1737
- @joj made their first contribution in #1745
- @thenbe made their first contribution in #1753
- @zardoy made their first contribution in #1758
- @hbendev made their first contribution in #1759
Full Changelog: v1.80.0...v1.81.0