Skip to content

Commit c864a2c

Browse files
fix(windows): debugging
hotfix
1 parent 134cad5 commit c864a2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/usage/development/debugging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Right click in the webview, and choose `Inspect Element`. This will open up a we
5151

5252
### Windows
5353

54-
If you enable the Edge backend (`web-view = { version = "\*", features = ["edge"] }` in `Cargo.toml`) you can use the standalone Edge DevTools app.
54+
If you enable the Edge backend (`tauri = { version = "*", features = ["edge"] }` in `src-tauri/Cargo.toml`) you can use the standalone Edge DevTools app.
5555

5656
This enables you to connect the dev tools to your Rust-backed web view as if it were a normal Edge window. (Thanks to @dkaste for providing the solution [in this issue](https://github.com/Boscop/web-view/issues/88#issuecomment-552464137)).
5757

0 commit comments

Comments
 (0)