-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[wasm][debugger] Replace Mono.Cecil with MetadataReader. (#49440)
* Removing the usage of Mono.Cecil and using MetadataReader to read Assembly information and Pdb information. * Fixing tests... Having problems with async methods. * Update src/mono/wasm/debugger/BrowserDebugProxy/DebugStore.cs Co-authored-by: Larry Ewing <[email protected]> * Fix tests which calls async methods. * Fix packaging of BrowserDebugHost. Co-authored-by: Larry Ewing <[email protected]>
- Loading branch information
Showing
6 changed files
with
302 additions
and
269 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
src/mono/wasm/debugger/BrowserDebugProxy/BrowserDebugProxy.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.