Using Web Inspector

The QNX Web Browser supports a command-line option for web inspector debugging.

Using web inspector

To use web inspector to debug HTML applications:

  1. On the QNX Web Browser command line, specify the port for web inspector debugging:

    content_shell --remote-debugging-port=port
  2. On your host computer, launch a desktop browser. The browser should be based on the Blink rendering engine, preferably Google Chrome.
  3. In the address bar of the desktop browser, enter the IP address of your target, followed by the port specified in the --remote-debugging-port option of the QNX Web Browser. Make sure to separate the address and port with a colon: IP_address:port

You should now see the web inspector page on your desktop browser.