Results 1 to 2 of 2

Thread: Qtwebengine_remote_debugging

  1. #1
    Join Date
    Nov 2015
    Posts
    22
    Thanks
    1
    Qt products
    Qt5
    Platforms
    MacOS X Windows

    Default Qtwebengine_remote_debugging

    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:

    Qt Code:
    1. TypeError: Object.observe is not a function
    2. /devtools/inspector.js:10392
    To copy to clipboard, switch view to plain text mode 

    Any help would be appreciated.

  2. #2
    Join Date
    Nov 2015
    Posts
    22
    Thanks
    1
    Qt products
    Qt5
    Platforms
    MacOS X Windows

    Default Re: Qtwebengine_remote_debugging

    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

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.