Debugging Quark applications

Applications produced by the Quark do not include debugging UI – end users definitely do not need that.

And indeed, why do we need DOM/JS debugger in every ElectronJS application around? Let’s say, Slack application, why is it there? Rhetoric question, forget it.

Instead you can use dedicated Inspector application from Sciter SDK – external application that provides debugging UI:

Steps:

  • Run inspector[.exe,.app] from Sciter SDK bin folders;
  • Run your application;
  • Click CTRL+SHIFT+I – you should see your application connected with the inspector;