I have an installed application which uses CEF to display web content on my mac. I didn't make the application. I want to access developer console in the application. Is there a way to turn on debugging mode in the application?
This might work:
--remote-debugging-port=9222
http://localhost:9222
If the developers didn't take special measures this way is likely to succeed. More details here.