I am adding interactive debugger feature to the inspector.dll (see Sciter SDK)
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.