electron-quick-start
electron-quick-start copied to clipboard
Opendevtools() is not working in version 7.1.1
Hey @shsengar, I know this bug has been untouched for a long time and was wondering if this issue is still happening for you in an up-to-date version?
try webContents.openDevTools({ mode: 'detach' });
I'm using Electron 13.0.1 and am having the same issue on Windows 10. openDevTools()
and openDevTools({ mode: 'detach' })
do not work. I've also tried clicking on "Toggle Developer Tools" after the application is open and still cannot get it to open. Any ideas on what may be the issue?