Where is console.log() output from extension?
-
There is a bug in my extension, or possibly a bug in Vivaldi, which does not occur when running my extension in Chrome. To debug this, I'd like to see console.log() output from my extension. When running in Chrome, in Window > Extensions, in Developer Mode, there is a Inspect Views section which has a filename as a hyperlink, and when I click this link, a console appears which shows my console.log() outputs. I get this same hyperlink in Vivaldi, but upon clicking it, nothing happens.
How can I see my extension's console.log() output in Vivaldi?
-
@jerrykrinock run Vivaldi with the following commandline key:
--remote-debugging-port=9222
Open http://localhost:9222/ -
Ppafflick unlocked this topic on
-
Ppafflick moved this topic from Extensions on