How can I open chrome dev tool after build?
See original GitHub issueHow could I config to make me can open the chrome dev tool in after-build-app like in dev mode?
I think it will make me find software bug more easy and easy to deal with it.
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Chrome DevTools
Get started with Google Chrome's built-in web developer tools. Open Chrome DevTools. All of the ways that you can open Chrome DevTools.
Read more >Automatically open Chrome developer tools when new tab ...
On opening the developer tools, with the developer tools window in focus, press F1 . This will open a settings page. Check the...
Read more >Your Simple Guide to Chrome DevTools [+ Step-by-Step ...
Right-click to inspect the page. The Chrome DevTools window will open. Click on each tab to access the tools. 1. Right-click to inspect ......
Read more >The Beginner's Guide to Chrome Developer Tools
Open Developer Tools and go to “More Tools” > “Remote Devices”; Authorize the remote access on your Android device. There doesn't seem to...
Read more >Chrome DevTools debugging tips and tricks - YouTube
Chrome DevTools debugging tips and tricks: inspecting elements, live expressions & code breakpoints. Watch later. Share. Copy link.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@deboyblog
There are a couple ways to approach this, but a simple way would be is to add a
globalShortcutto your app. Adding the following toapp/src/renderer/main.jsshould do the trick…Thanks. This solution still works. I’m using vue-cli-plugin-electron-builder and have the code in
/src/main.ts