We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0b6ce5 commit ebd266eCopy full SHA for ebd266e
src/getting-started/debugging.md
@@ -13,10 +13,7 @@ put breakpoints and step through at Swift source code level.
13
14
### Official DWARF Extension
15
16
-Please follow the steps below to configure Chrome DevTools for SwiftWasm:
17
-
18
-1. Install [`C/C++ DevTools Support (DWARF)`](https://goo.gle/wasm-debugging-extension) extension in your Chrome
19
-2. Enable `WebAssembly Debugging: Enable DWARF support` in `Experiments` pane of DevTools settings
+Install [`C/C++ DevTools Support (DWARF)`](https://goo.gle/wasm-debugging-extension) extension in your Chrome
20
21
See [the DevTools team's official introduction](https://developer.chrome.com/blog/wasm-debugging-2020) for more details about the extension.
22
0 commit comments