You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a very useful flag for debugging. With #294 and #296 it isn't strictly necessary, since the user can just set it manually via the dev tools, but it's much easier to set it via the command-line.
This will require starting and connecting to the Chrome dev tools and sending Debugger.setPauseOnExceptions before we begin loading or running tests. I'm reasonably sure that PhantomJS uses a similar protocol, since it's WebKit based and its remote debugger is Chrome-compatible, but we'll have to make sure.
This is a very useful flag for debugging. With #294 and #296 it isn't strictly necessary, since the user can just set it manually via the dev tools, but it's much easier to set it via the command-line.
This will require starting and connecting to the Chrome dev tools and sending
Debugger.setPauseOnExceptions
before we begin loading or running tests. I'm reasonably sure that PhantomJS uses a similar protocol, since it's WebKit based and its remote debugger is Chrome-compatible, but we'll have to make sure.It's also possible that this could work with IE using the IE Diagnostics Adapter.
The text was updated successfully, but these errors were encountered: