electron-quick-start icon indicating copy to clipboard operation
electron-quick-start copied to clipboard

Opendevtools() is not working in version 7.1.1

Open shsengar opened this issue 5 years ago • 3 comments

shsengar avatar Dec 02 '19 12:12 shsengar

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?

ckerr avatar Oct 18 '21 16:10 ckerr

try webContents.openDevTools({ mode: 'detach' });

shaoyi-zhao avatar May 09 '22 06:05 shaoyi-zhao

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?

msimoni18 avatar Aug 15 '22 14:08 msimoni18