Skip to content

How to debug qt webengine

Matthieu Gallien edited this page Dec 1, 2023 · 2 revisions

The desktop client embedded Qt WebEngine module can be remotely access to debug it and use the chromium devtools.

If you run Linux, using our official Appimage package, you can use the following command line: QT_QPA_PLATFORM=xcb QTWEBENGINE_REMOTE_DEBUGGING=1081 QTWEBENGINE_CHROMIUM_FLAGS="--webEngineArgs --remote-debugging-port=8081" ./Nextcloud-3.10.1-x86_64.AppImage

Clone this wiki locally