View Single Post
Old 09-24-2022, 08:54 AM   #3
Jasonz
Member
Jasonz began at the beginning.
 
Posts: 14
Karma: 10
Join Date: Sep 2022
Device: Windows11
You have to enable it via an environment variable QTWEBENGINE_REMOTE_DEBUGGING=<port>. You can put 0.0.0.0:<port> if you are doing debugging of an embedded device and cant use the local console. Then you can point can connect to http://127.0.0.1: to get the debugger.
Jasonz is offline   Reply With Quote