PxPlus User Forum

Main Board => Discussions => Programming => Topic started by: Frank Dreßler on February 25, 2020, 06:02:17 AM

Title: *browser: Can the debugging tools be accessed?
Post by: Frank Dreßler on February 25, 2020, 06:02:17 AM
Hello

is there a way to open the "debugging tools" in the *browser control, or maybe another way to debug JavaScript run in it? In Chrome they can be opened by pressing F12 or Ctrl+Shift+J.
Title: Re: *browser: Can the debugging tools be accessed?
Post by: Devon Austen on February 25, 2020, 08:09:19 AM
The developer tools are disabled in the *browser control.

You may be able to run the javascript directly in a chrome browser and use the developer tools there to debug.