PDA

View Full Version : Qtwebengine_remote_debugging



brixel
4th May 2016, 21:28
Hello,

We use QTWEBENGINE_REMOTE_DEBUGGING to help debug the pages produced through the web engine. This has been working quite well where we are able to open up Chrome and navigate to the defined port and set breakpoints and such. It appears a Chrome update has caused this to no longer work. We have one computer that has not updated and it's still functioning, however several other systems it no longer works.

Any idea what I might look for on the browser side or is there something in Qt I can change to help make it work. We get the following error now when in use and trying to view in Chrome:


TypeError: Object.observe is not a function
/devtools/inspector.js:10392

Any help would be appreciated.

brixel
11th May 2016, 19:07
For those who may run across this, looks like an issue where Chrome deprecated support for something which broke the remote debugging. Looks like it will be fixed in 5.6.1 / 5.7.

https://bugreports.qt.io/browse/QTBUG-52602