-
Notifications
You must be signed in to change notification settings - Fork 748
Adding changes to support use monovsdbg to debug wasm apps. #7220
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
WardenGnaw
merged 38 commits into
dotnet:main
from
thaystg:dev/thays/support_wasm_monovsdbg
Apr 9, 2026
Merged
Changes from all commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
1f4d94e
Adding changes to support use monovsdbg to debug wasm apps.
thaystg d7f8606
Adding VSWebAssemblyPackage.
thaystg cfb2d67
Addressing Gregg's comments
thaystg d59699b
Fixing prettier
thaystg 981c74b
Fixing package.json
thaystg 0bc4ca2
Merge branch 'main' into dev/thays/support_wasm_monovsdbg
thaystg c4d88dc
Adding vswebassembly to gitignore
thaystg d3b8441
Test if the vswebassembly path exists and also pass DOTNET_MODIFIABLE…
thaystg b094acf
Fix prettier
thaystg 4796772
Bump VSWebAssemblyBridge.
thaystg 83de7bb
Check targetFramework before enable it.
thaystg e2802c1
Merge branch 'dev/thays/support_wasm_monovsdbg' of github.com:thaystg…
thaystg d6fd0b6
Addressing Gregg's comments.
thaystg 04b4c77
Renaming function.
thaystg a5452a8
Addressing Gregg's comments.
thaystg 2b1ee0d
Merge branch 'main' into dev/thays/support_wasm_monovsdbg
thaystg e06f914
Addressing Gregg's comments.
thaystg 4e70917
Merge branch 'main' into dev/thays/support_wasm_monovsdbg
thaystg 9dfa93c
Addressing Gregg's suggestion.
thaystg c12e04b
Merge branch 'main' into dev/thays/support_wasm_monovsdbg
thaystg b6a67c0
fix vswebassembly version
thaystg 7e49904
Merge branch 'main' into dev/thays/support_wasm_monovsdbg
thaystg 4163249
Fixing merge
thaystg 4f86d19
fix compilation
thaystg bcb7bdd
Merge branch 'main' into dev/thays/support_wasm_monovsdbg
thaystg d9176bd
Last adjust to support wasm debugger with icordebug on vscode-csharp
thaystg 8fd232c
fix eslint errors and adding .gitignore.
thaystg f4c236e
Bump vswebassemblybridge
thaystg e188135
Merge branch 'main' into dev/thays/support_wasm_monovsdbg
thaystg 0655291
Merge branch 'dev/thays/support_wasm_monovsdbg' of github.com:thaystg…
thaystg b7125a3
Fix merge
thaystg b7a5367
Merge branch 'main' into dev/thays/support_wasm_monovsdbg
thaystg 8cbc93c
Fix compilation failures
thaystg 4c47709
Addressing Gregg's comments and bumping vswebassemblybridge.
thaystg 55dfbe8
Addressing copilot review changes.
thaystg becc63a
Addressing Gregg's comments.
thaystg 4e8b239
Terminating all the debugging sessions when one of them is terminated.
thaystg 5833ad4
Merge branch 'main' into dev/thays/support_wasm_monovsdbg
thaystg File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -36,3 +36,4 @@ coverage/ | |
|
|
||
| \.DS_Store | ||
| vsix/ | ||
| .vswebassemblybridge/ | ||
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -58,3 +58,4 @@ esbuild.js | |
|
|
||
| +RuntimeLicenses/dependencies/* | ||
| coreclr-debug/install.log | ||
| !.vswebassemblybridge/** | ||
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.