Connor Peet
0a606086e2
fix: remove debug code ( #1901 )
2023-12-08 17:58:50 +01:00
Connor Peet
9263b0e004
fix: automatically reconnect when debugging browsers in port mode ( #1899 )
...
Fixes https://github.com/microsoft/vscode/issues/174033
2023-12-07 15:49:52 -09:00
Connor Peet
636f7e3f7c
fix: bad character range in wat syntax ( #1897 )
...
Fixes #1888
2023-12-01 15:18:41 -08:00
Connor Peet
a255d893bb
Merge pull request #1896 from microsoft/connor4312/issue1892
...
fix: instrumentation breakpoint in pauseForSourceMap stuck on Node 20
2023-12-01 10:48:11 -08:00
Connor Peet
d0709ec57f
fix flakey windows test
2023-12-01 10:25:12 -08:00
Connor Peet
b9efbba956
fix: instrumentation breakpoint in pauseForSourceMap stuck on Node 20
...
In Node 18 this worked, but in Node 20 stepping out of an
instrumentation BP no-op. Instead it seems we can just resume the
debugger and V8 knows to pause at the next real statement.
Fixes #1892
2023-12-01 10:10:13 -08:00
Connor Peet
e51f7cc6cc
Merge pull request #1891 from microsoft/connor4312/1.85
...
1.85.0
2023-11-28 10:58:01 -05:00
Connor Peet
f58b6ff9b7
1.85.0
2023-11-28 10:06:30 -05:00
Connor Peet
2568ba77d3
docs: for 1.85
2023-11-28 10:05:22 -05:00
OnesAndZer0s
f1996b85c7
feat: Addition of XHR/feat Breakpoints ( #1856 )
...
* feat: addition of XHR/feat Breakpoints
* rebase
* update
* Implementing @connor4312 idea
* removal of old XHR Breakpoint UI
* revert package lock
* implementing @connor4312 suggestions
* clean and implement
* some cleanups
---------
Co-authored-by: Connor Peet <connor@peet.io>
2023-11-27 22:36:13 +00:00
Connor Peet
6d44bd05f6
fix: don't use approximate matching for file uris in browsers ( #1889 )
...
This was causing issues in WASM debugging where files are included from compilation that may not exist on disk. File URIs are absolute, so don't try to use approximate matching even if the absolute path doesn't exist; it's never going to be right.
2023-11-26 22:52:21 +00:00
dependabot[bot]
14755d4dfd
chore(deps): bump axios and vscode-tas-client ( #1884 )
...
Bumps [axios](https://github.com/axios/axios ) to 1.6.1 and updates ancestor dependency vscode-tas-client. These dependencies need to be updated together.
Updates `axios` from 0.26.1 to 1.6.1
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v0.26.1...v1.6.1 )
Updates `vscode-tas-client` from 0.1.63 to 0.1.75
---
updated-dependencies:
- dependency-name: axios
dependency-type: indirect
- dependency-name: vscode-tas-client
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-10 22:03:54 -08:00
satake
dcccaf3972
update comment ( #1881 )
2023-11-07 16:20:40 +00:00
Connor Peet
729c105ed4
Merge pull request #1880 from microsoft/connor4312/vscode-192014
...
fix: allow variable substitutions for ports properties
2023-11-02 12:06:10 -07:00
Connor Peet
8e70ceabaf
fix: allow variable substitutions for ports properties
...
Fixes https://github.com/microsoft/vscode/issues/192014
2023-11-02 11:57:16 -07:00
Connor Peet
3562af1d23
Merge pull request #1876 from microsoft/connor4312/vscode-195891
...
fix: path diff display in diagnostic tool
2023-10-31 17:19:19 -07:00
Connor Peet
c4f51b9de9
fix: path diff display in diagnostic tool
...
Fixes https://github.com/microsoft/vscode/issues/195891
2023-10-31 17:12:32 -07:00
Connor Peet
ca624e1bbd
chore: cleanup custom breakpoint ui ( #1865 )
...
Uses a manually controlled checkbox list, fixes some state erros. Also
handle the recently-deprecated DOMDebugger.setInstrumentationBreakpoint API.
2023-11-01 10:31:39 +11:00
Connor Peet
4cb9fa5323
Merge pull request #1873 from microsoft/connor4312/vscode-1935510
...
fix: respect sourceMapResolveLocations in the web extension host
2023-10-31 13:34:04 -07:00
Connor Peet
2e5b62831f
fix: respect sourceMapResolveLocations in the web extension host
...
Fixes https://github.com/microsoft/vscode/issues/196781
2023-10-31 13:12:40 -07:00
Connor Peet
3fc4d41529
Merge pull request #1871 from microsoft/connor4312/issue1830
...
fix: reuse the webassembly worker across sessions in the debug tree
2023-10-31 12:18:38 -07:00
Connor Peet
d3a9ddceab
try to fix file lock issue in windows tests
2023-10-31 12:17:14 -07:00
Connor Peet
e4219189fc
fix: reuse the webassembly worker across sessions in the debug tree
...
Fixes #1830
2023-10-31 11:44:35 -07:00
Connor Peet
a9e7230a00
Merge pull request #1868 from microsoft/connor4312/version-bumps
...
chore: bump deps, drop abandoned estraverse
2023-10-31 01:08:17 -07:00
Connor Peet
2edba35c9c
chore: bump deps, drop abandoned estraverse
...
Fixes some issues parsing modern code that estraverse didn't know about
2023-10-30 16:33:47 -07:00
Connor Peet
e2d06f22a0
Merge pull request #1860 from microsoft/connor4312/1.84
...
v1.84.0
2023-10-25 11:19:24 -07:00
Connor Peet
cc0badd2cf
1.84.0
2023-10-25 10:57:16 -07:00
Connor Peet
d95be146ef
docs: prep for 1.84
2023-10-25 10:56:42 -07:00
Connor Peet
aa1cd4488b
Merge pull request #1853 from OnesAndZer0s/main
...
feat: Tidying Up of Instrumentation Breakpoints
2023-10-23 10:25:59 -07:00
Tayler
95d6a90643
remove special case
2023-10-19 16:29:06 -05:00
Tayler
2518d23f38
actual revert this time.
2023-10-19 13:07:40 -05:00
Tayler
4b105e747b
:|
2023-10-19 12:59:05 -05:00
Tayler
31d020fb1b
Revert
2023-10-19 12:57:29 -05:00
Tayler
b6d1e06c71
Ability to edit XHR/fetch breakpoints
2023-10-19 09:32:07 -05:00
Tayler
6b2aa08a0f
Removal of Hide Files
2023-10-19 09:11:43 -05:00
Tayler
f66568d03d
Grouping the Event Listener Quick Pick
2023-10-19 09:10:17 -05:00
Tayler
718baf3764
Full addition of XHR/fetch breakpoints
2023-10-19 08:50:28 -05:00
Tayler
7c3c4c6046
implementing @connor4312 suggestions
2023-10-17 16:57:55 -05:00
Tayler
002f2f8433
Renaming of Browser Breakpoints and Reformatting
2023-10-17 13:15:05 -05:00
OnesAndZer0s
59365f8837
Merge branch 'microsoft:main' into main
2023-10-17 13:11:24 -05:00
Connor Peet
dde2793c71
fix test flakes ( #1851 )
2023-10-17 10:53:52 -07:00
Connor Peet
60909b7281
fix: cache-bust sourcemaps if the underlying content changes ( #1850 )
...
Fixes #1803
2023-10-17 18:30:13 +02:00
Connor Peet
5407195b27
Merge pull request #1849 from microsoft/dependabot/npm_and_yarn/babel/traverse-7.23.2
...
chore(deps-dev): bump @babel/traverse from 7.14.7 to 7.23.2
2023-10-17 08:02:58 -07:00
dependabot[bot]
990ba97ff8
chore(deps-dev): bump @babel/traverse from 7.14.7 to 7.23.2
...
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse ) from 7.14.7 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse )
---
updated-dependencies:
- dependency-name: "@babel/traverse"
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-17 05:15:28 +00:00
Connor Peet
5ad6d66b19
chore: fix codeql warnings ( #1847 )
...
* chore: fix codeql warnings
* make longer
2023-10-16 12:28:18 -07:00
Tayler
26cf15d736
fmt
2023-10-13 18:39:39 -05:00
Tayler
f3a6e1e2e3
rename "Browser" to "Event Listener" and add more
2023-10-13 18:39:39 -05:00
Connor Peet
045f7b6eb8
fix: also use script ID bps if there is a different embeddername ( #1846 )
...
For https://github.com/microsoft/vscode/issues/195037\#issuecomment-1759343645
2023-10-12 10:32:39 -07:00
Raymond Zhao
a6543cb814
Add suppression comments ( #1845 )
2023-10-11 12:03:05 -07:00
Connor Peet
2bf8458001
fix: handle getPossibleBreakpoints response from hermes ( #1841 )
...
For #1837
2023-10-09 09:23:55 -07:00