web-view icon indicating copy to clipboard operation
web-view copied to clipboard

Windows can not debug

Open Qingluan opened this issue 6 years ago • 3 comments

in windows10, can not open console to debug

Qingluan avatar Nov 10 '19 12:11 Qingluan

Have you had a look at the original web-view's readme? There is a section on debugging where it say:

On Windows there is no easy to way to enable debugging, but you may include Firebug in your HTML code:

<script type="text/javascript" src="https://getfirebug.com/firebug-lite.js"></script>

Even though Firebug browser extension development has been stopped, Firebug Lite is still available and just works.

joarfish avatar Nov 10 '19 13:11 joarfish

If you enable the Edge backend (web-view = { version = "*", features = ["edge"] } in Cargo.toml) you can use the standalone Edge DevTools app.

This enables you to connect the dev tools to your Rust-backed web view as if it were a normal Edge window.

dkaste avatar Nov 11 '19 14:11 dkaste

@dkaste i've made this changes, but already cant open the DevTools! 😥

some news about this topic?

SamukaDEV avatar May 29 '20 17:05 SamukaDEV