Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make it possible to enable the debug log prior to initialization #185

Open
gadenbuie opened this issue Oct 3, 2024 · 0 comments
Open

Make it possible to enable the debug log prior to initialization #185

gadenbuie opened this issue Oct 3, 2024 · 0 comments

Comments

@gadenbuie
Copy link
Member

It's currently possible to enable message debugging, but only after the chromote session is initialized.

b <- ChromoteSession$new() 
b$parent$debug_messages(TRUE) 

In cases like #148, where presumably Chrome is successfully launched but fails to run some of the setup commands, it may not be possible to enable debug logging early enough to print meaningful output.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant