Qt 6.4 web inspector
-
I can't find anything that says something has changed with Qt 6.4 in regards to debugging the webengine with chrome's web inspector. I pass in --remote-debugging-port=<port_number> as a command line argument, but it doesn't show the page like previous versions of Qt. Has anyone else seen this?
-
I can't find anything that says something has changed with Qt 6.4 in regards to debugging the webengine with chrome's web inspector. I pass in --remote-debugging-port=<port_number> as a command line argument, but it doesn't show the page like previous versions of Qt. Has anyone else seen this?
@steno said in Qt 6.4 web inspector:
I can't find anything that says something has changed with Qt 6.4 in regards to debugging the webengine with chrome's web inspector. I pass in --remote-debugging-port=<port_number> as a command line argument, but it doesn't show the page like previous versions of Qt. Has anyone else seen this?
I can't see anything that has changed; the documentation for Qt 6.4 and Qt 5.15 show the same: https://doc.qt.io/qt-6/qtwebengine-debugging.html#qt-webengine-developer-tools
Anyway, you can open another Chromium-based browser (like Google Chrome or Microsoft Edge) and open
http://localhost:<port_number>
-
-
Bug has been logged. https://bugreports.qt.io/browse/QTBUG-107502