sergey-dryabzhinsky / qt-webkit-kiosk

This is simple browser application written on Qt & QtWebkit.
57 stars 37 forks source link

How to debug javascript on target ? #34

Open croisez opened 3 years ago

croisez commented 3 years ago

is it possible to get "console.log()" messages from the running Javascript somewhere, or is it possible to establish a remote debug session with qt-webkit-kiosk application running on an embedded target with a touch screen ?

sergey-dryabzhinsky commented 3 years ago

You could use xrdp or some vnc server. And pass F12 key to QWK - should stnadard webkit developer-tools window appear.

croisez commented 3 years ago

The target is not easily modifyable, since it has been generated by Buildroot. x11vnc is not available as is. So, is there a way to make webkit developer-tools showing without the use of vnc or rdp ?

sergey-dryabzhinsky commented 3 years ago

Nope. There is no remote debug.