简体   繁体   中英

chrome devtools, how to open when in kiosk mode

I've got a chrome kiosk application that talks to a local C# webapp. This is on windows.

Were in the final stages of development and once we turn on and run chrome in kiosk mode, we can't get to the devtools to say, look at an an error in the console.

Is there a way to open the devtools via javascript? I've looked doesn't seem possible.

Any other techniques/approaches possible to collect the log on request?

If you run Chrome with the --remote-debugging-port=9222 option it will provide access to DevTools at http://localhost:9222/ .

Source: How to debug a Kiosk Chrome application running on a Chromebox?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM