webrecorder / webrecorder-player

Webrecorder Player for Desktop (OSX/Windows/Linux). (Built with Electron + Webrecorder)
Apache License 2.0
432 stars 38 forks source link

Way to open dev tools in the player? #59

Closed vitorio closed 5 years ago

vitorio commented 6 years ago

Hello, I'm trying to debug a WARC capture (not captured with webrecorder), and I'd like to see what Webrecorder Player is requesting that's missing from the WARC. Is there a way to open the Dev Tools (JavaScript console, network panel, etc.) in Webrecorder Player?

m4rk3r commented 5 years ago

Hi @vitorio, probably your best bet is to clone the repo and build the dev version of the player. That will open up the dev tools by default.

vitorio commented 5 years ago

@m4rk3r Is "the dev version" this bit in the build docs?

To start in Dev mode run:

$ yarn run start-dev

ikreymer commented 5 years ago

Yes, that is correct. Leaving open in case we add this in a future release.

ikreymer commented 5 years ago

We've added support for opening the page devtools in 1.6.1 View > Toggle Page Developer Tools