Skip to content

Commit 13566e1

Browse files
authored
Fix docs link to Chrome C/C++ DevTools Support (DWARF) extension (#120749)
The original URL no longer worked, replacing it with the short URL mentioned on https://developer.chrome.com/docs/devtools/wasm
1 parent 8d7e299 commit 13566e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/workflow/building/coreclr/wasm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Note that paths to assemblies are in the `src/native/corehost/browserhost/sample
9090
For debugging CoreCLR WebAssembly code, the recommended approach is using Chrome browser with the **C/C++ DevTools Support (DWARF)** extension:
9191

9292
1. **Install the Chrome extension:**
93-
- [C/C++ DevTools Support (DWARF)](https://chrome.google.com/webstore/detail/cc-devtools-support-dwar/odljcjlcidgdhcjhoijagojpnjcgocgd)
93+
- [C/C++ DevTools Support (DWARF)](https://goo.gle/wasm-debugging-extension)
9494

9595
2. **Open Chrome DevTools** (F12) while running your WebAssembly application
9696

src/mono/browser/debugger/debugger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
It's possible to debug native code and managed code using the `BrowserDebugProxy` project.
66

77
Steps:
8-
- Install [C/C++ DevTools Support (DWARF) extension](https://chrome.google.com/webstore/detail/cc%20%20-devtools-support-dwa/pdcpmagijalfljmkmjngeonclgbbannb) on chrome.
8+
- Install [C/C++ DevTools Support (DWARF) extension](https://goo.gle/wasm-debugging-extension) on chrome.
99
- Enable DWARF support: Open DevTools, click on the settings, click on experiments and enable WebAssembly Debugging: Enable DWARF support.<br>
1010
![image](https://user-images.githubusercontent.com/4503299/170745664-fc7d185c-469c-4443-9c57-545bd79588b8.png)
1111
- Start the WebAssembly App Without Debugging from VS, or `dotnet run` on command line.

0 commit comments

Comments
 (0)