Skip to content

Commit ebd266e

Browse files
Update debugging.md
The feature flag step is no longer needed for recent Chrome
1 parent d0b6ce5 commit ebd266e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/getting-started/debugging.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,7 @@ put breakpoints and step through at Swift source code level.
1313

1414
### Official DWARF Extension
1515

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
16+
Install [`C/C++ DevTools Support (DWARF)`](https://goo.gle/wasm-debugging-extension) extension in your Chrome
2017

2118
See [the DevTools team's official introduction](https://developer.chrome.com/blog/wasm-debugging-2020) for more details about the extension.
2219

0 commit comments

Comments
 (0)