Interactive script debugger in Sciter

I am adding interactive debugger feature to the inspector.dll (see Sciter SDK)
debugger

It allows to set breakpoints in scripts and supports basic step execution operations:

  • Continue
  • Step Into
  • Step Over
  • Step Out

It also contains basic variable inspection facilities.

Leave a Reply

Your email address will not be published. Required fields are marked *