StDB - a debugger for STX

 // home / using stdb

Documents
Quick Startup Using StDB Tutorial
References
STX Joost jEdit
Questions or Comments? Advice for me or from me? Please email me.

Using StDB

Step 0 - Launch jEdit

jedit startup
Launching jEdit.
no comment

Step 1 - Start StDB

start StDB Starting StDB.
To use StDB you have to open the StDB-dockable window (Plugins/StDB/StDB:All) in jEdit.

Step 2 - Configure StDB

configure StDB Configuring StDB.
To configure StDB you have to choose the source document and the transformation sheet. The next step is to split up the editpane once (press control+2) and to open the previously chosen documents.

Step 3 - using StDB

using StDB Using StDB.
Add an initial breakpoint by placing the caret e.g. at the end of an element and press control+F8 and start the debugger (transformation) with the help of the toolbar.