sindresorhus / electron-debug

Adds useful debug features to your Electron app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Copy/Paste does not work? (OS X)

pik opened this issue · comments

I'm unable to perform either of these actions -- which make it significantly harder to use the debugger console.

Copy-paste does not work where and how exactly? Please be more specific.

Actually I think this is the application I'm debugging over-writing the standard command+c command+v behaviour (I didn't realize this would catch chrome-dev-tools as well >.<) - apologies for the false positive.