Using the Main Window

Keith Isdale <k_isdale@tpg.com.au>


A text view of the current file being debugged

A text view of the current file being debugged.


Working With the Main Window

There are four colored markers that can show up on the start of a line of text:

Red mark

Indicates an active breakpoint

Yellow mark

Indicates a disabled breakpoint

Green mark

Indicates the current location of the debugger

Black mark

Indicates the location of the text cursor

You can set, disable or delete a breakpoint at the start of a XML™ node using the left mouse button.

You can move the cursor arround the text using the following keys:

Arrow keys: Left Arrow, Right Arrow, Up Arrow or Down Arrow.
Page keys: Page Up or Page Down

Working With KXsldbg Output

Most of the output from KXsldbg is captured and presented either in the inspectors dialog or the KXsldbg output window. The exceptions to this rule are:

  • An error message that comes from KXsldbg is displayed inside a message dialog.

  • The result of evaluating an expression is displayed in a message dialog.

  • The output of search is sent to the file indicated in the KXsldbg output window.