From e9ae80694875f869892f13f4fcaf1170a00dea41 Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdewebdev@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- doc/kxsldbg/1downarrow.png | Bin 0 -> 637 bytes doc/kxsldbg/Makefile.am | 3 + doc/kxsldbg/breakpoints_window.png | Bin 0 -> 33227 bytes doc/kxsldbg/callstack.docbook | 37 +++ doc/kxsldbg/callstack_window.png | Bin 0 -> 29040 bytes doc/kxsldbg/configure.png | Bin 0 -> 615 bytes doc/kxsldbg/configure_window.png | Bin 0 -> 23978 bytes doc/kxsldbg/credits.docbook | 44 ++++ doc/kxsldbg/entities.docbook | 42 +++ doc/kxsldbg/entities_window.png | Bin 0 -> 23751 bytes doc/kxsldbg/exit.png | Bin 0 -> 855 bytes doc/kxsldbg/glossary.docbook | 47 ++++ doc/kxsldbg/index.docbook | 150 +++++++++++ doc/kxsldbg/kxsldbg_configure.docbook | 102 ++++++++ doc/kxsldbg/kxsldbg_inspector.docbook | 103 ++++++++ doc/kxsldbg/kxsldbg_mainwindow.docbook | 455 +++++++++++++++++++++++++++++++++ doc/kxsldbg/kxsldbg_tools.docbook | 93 +++++++ doc/kxsldbg/main_window.png | Bin 0 -> 42654 bytes doc/kxsldbg/next.png | Bin 0 -> 235 bytes doc/kxsldbg/publicid_window.png | Bin 0 -> 10418 bytes doc/kxsldbg/run.png | Bin 0 -> 740 bytes doc/kxsldbg/sources.docbook | 44 ++++ doc/kxsldbg/sources_window.png | Bin 0 -> 23928 bytes doc/kxsldbg/step.png | Bin 0 -> 473 bytes doc/kxsldbg/systemid_window.png | Bin 0 -> 10601 bytes doc/kxsldbg/templates.docbook | 34 +++ doc/kxsldbg/templates_window.png | Bin 0 -> 28975 bytes doc/kxsldbg/variables.docbook | 69 +++++ doc/kxsldbg/variables_window.png | Bin 0 -> 27799 bytes doc/kxsldbg/walk_window.png | Bin 0 -> 13018 bytes doc/kxsldbg/xsldbg_break.png | Bin 0 -> 221 bytes doc/kxsldbg/xsldbg_data.png | Bin 0 -> 243 bytes doc/kxsldbg/xsldbg_delete.png | Bin 0 -> 228 bytes doc/kxsldbg/xsldbg_enable.png | Bin 0 -> 336 bytes doc/kxsldbg/xsldbg_output.png | Bin 0 -> 120 bytes doc/kxsldbg/xsldbg_refresh.png | Bin 0 -> 232 bytes doc/kxsldbg/xsldbg_source.png | Bin 0 -> 231 bytes doc/kxsldbg/xsldbg_stepdown.png | Bin 0 -> 137 bytes doc/kxsldbg/xsldbg_stepup.png | Bin 0 -> 195 bytes 39 files changed, 1223 insertions(+) create mode 100644 doc/kxsldbg/1downarrow.png create mode 100644 doc/kxsldbg/Makefile.am create mode 100644 doc/kxsldbg/breakpoints_window.png create mode 100644 doc/kxsldbg/callstack.docbook create mode 100644 doc/kxsldbg/callstack_window.png create mode 100644 doc/kxsldbg/configure.png create mode 100644 doc/kxsldbg/configure_window.png create mode 100644 doc/kxsldbg/credits.docbook create mode 100644 doc/kxsldbg/entities.docbook create mode 100644 doc/kxsldbg/entities_window.png create mode 100644 doc/kxsldbg/exit.png create mode 100644 doc/kxsldbg/glossary.docbook create mode 100644 doc/kxsldbg/index.docbook create mode 100644 doc/kxsldbg/kxsldbg_configure.docbook create mode 100644 doc/kxsldbg/kxsldbg_inspector.docbook create mode 100644 doc/kxsldbg/kxsldbg_mainwindow.docbook create mode 100644 doc/kxsldbg/kxsldbg_tools.docbook create mode 100644 doc/kxsldbg/main_window.png create mode 100644 doc/kxsldbg/next.png create mode 100644 doc/kxsldbg/publicid_window.png create mode 100644 doc/kxsldbg/run.png create mode 100644 doc/kxsldbg/sources.docbook create mode 100644 doc/kxsldbg/sources_window.png create mode 100644 doc/kxsldbg/step.png create mode 100644 doc/kxsldbg/systemid_window.png create mode 100644 doc/kxsldbg/templates.docbook create mode 100644 doc/kxsldbg/templates_window.png create mode 100644 doc/kxsldbg/variables.docbook create mode 100644 doc/kxsldbg/variables_window.png create mode 100644 doc/kxsldbg/walk_window.png create mode 100644 doc/kxsldbg/xsldbg_break.png create mode 100644 doc/kxsldbg/xsldbg_data.png create mode 100644 doc/kxsldbg/xsldbg_delete.png create mode 100644 doc/kxsldbg/xsldbg_enable.png create mode 100644 doc/kxsldbg/xsldbg_output.png create mode 100644 doc/kxsldbg/xsldbg_refresh.png create mode 100644 doc/kxsldbg/xsldbg_source.png create mode 100644 doc/kxsldbg/xsldbg_stepdown.png create mode 100644 doc/kxsldbg/xsldbg_stepup.png (limited to 'doc/kxsldbg') diff --git a/doc/kxsldbg/1downarrow.png b/doc/kxsldbg/1downarrow.png new file mode 100644 index 00000000..b8a8b0ff Binary files /dev/null and b/doc/kxsldbg/1downarrow.png differ diff --git a/doc/kxsldbg/Makefile.am b/doc/kxsldbg/Makefile.am new file mode 100644 index 00000000..41691557 --- /dev/null +++ b/doc/kxsldbg/Makefile.am @@ -0,0 +1,3 @@ +KDE_LANG = en +KDE_DOCS = AUTO + diff --git a/doc/kxsldbg/breakpoints_window.png b/doc/kxsldbg/breakpoints_window.png new file mode 100644 index 00000000..b4033935 Binary files /dev/null and b/doc/kxsldbg/breakpoints_window.png differ diff --git a/doc/kxsldbg/callstack.docbook b/doc/kxsldbg/callstack.docbook new file mode 100644 index 00000000..20c46fab --- /dev/null +++ b/doc/kxsldbg/callstack.docbook @@ -0,0 +1,37 @@ + + + + + +Keith +Isdale + +
k_isdale@tpg.com.au
+
+
+ +
+
+ +Working With the Callstack + + +All call stack items found are listed here. The older the callstack entry +the lower the frame number it will have. See below for an example. + + +The Callstack Window + + + + +The Callstack Window + + + + +Clicking on a callstack entry in the list shown will cause the cursor in +the main window to move to the file and line number indicated. + +
+ diff --git a/doc/kxsldbg/callstack_window.png b/doc/kxsldbg/callstack_window.png new file mode 100644 index 00000000..0bccd8e5 Binary files /dev/null and b/doc/kxsldbg/callstack_window.png differ diff --git a/doc/kxsldbg/configure.png b/doc/kxsldbg/configure.png new file mode 100644 index 00000000..37fd0bc6 Binary files /dev/null and b/doc/kxsldbg/configure.png differ diff --git a/doc/kxsldbg/configure_window.png b/doc/kxsldbg/configure_window.png new file mode 100644 index 00000000..3910c99f Binary files /dev/null and b/doc/kxsldbg/configure_window.png differ diff --git a/doc/kxsldbg/credits.docbook b/doc/kxsldbg/credits.docbook new file mode 100644 index 00000000..0bd018d6 --- /dev/null +++ b/doc/kxsldbg/credits.docbook @@ -0,0 +1,44 @@ + + + + + +Keith +Isdale + +
k_isdale@tpg.com.au
+
+
+ +
+
+Credits and Licenses + +&kxsldbg; © 2004 Keith Isdale +Documentation © 2004 Keith Isdale + + + +Thanks to: + + +The writers the libxml and +libxslt. + + + + +Robert Jacolin for feedback on earlier version of &kxsldbg;. + + + + +Igor Zlatkovic for creating WIN32 binaries of +libxml/xslt and &xsldbg;. + + + +&underFDL; +&underGPL; + +
diff --git a/doc/kxsldbg/entities.docbook b/doc/kxsldbg/entities.docbook new file mode 100644 index 00000000..1f680971 --- /dev/null +++ b/doc/kxsldbg/entities.docbook @@ -0,0 +1,42 @@ + + + + + +Keith +Isdale + +
k_isdale@tpg.com.au
+
+
+ +
+
+Working With &XML; Data Files (Entities) + + If the inspector dialog is not showing use the +Tools Show inspectors + menu item. To work with entities click on the +Entities tab of dialog shown. + + All external &XML; entities included via the DATA file or one +of its siblings are listed here. For this example I have run &kxsldbg; +on testdoc.xsl with +testdoc.xml (found in the +<KDE PREFIX>/share/apps/kxsldbg folder so that you can see some entities. + + +The Entities Window + + + + +The Entities Window + + + + +Clicking on a entity entry in the list shown will cause the cursor in the +main window to move to the start of the file indicated. + +
diff --git a/doc/kxsldbg/entities_window.png b/doc/kxsldbg/entities_window.png new file mode 100644 index 00000000..29d57f6b Binary files /dev/null and b/doc/kxsldbg/entities_window.png differ diff --git a/doc/kxsldbg/exit.png b/doc/kxsldbg/exit.png new file mode 100644 index 00000000..6ea935d1 Binary files /dev/null and b/doc/kxsldbg/exit.png differ diff --git a/doc/kxsldbg/glossary.docbook b/doc/kxsldbg/glossary.docbook new file mode 100644 index 00000000..4a980984 --- /dev/null +++ b/doc/kxsldbg/glossary.docbook @@ -0,0 +1,47 @@ + + + + + +Keith +Isdale + +
k_isdale@tpg.com.au
+
+
+ +
+
+ + +Keywords + +&xsldbg; + + +See . + + + + + +XPath + + +A valid expression that defines what data is required. See +W3C web site. + + + + + +QName + + +A fully qualified name. For example, xsl:myvariable. +See W3C web site + + + + +
diff --git a/doc/kxsldbg/index.docbook b/doc/kxsldbg/index.docbook new file mode 100644 index 00000000..8b52c114 --- /dev/null +++ b/doc/kxsldbg/index.docbook @@ -0,0 +1,150 @@ + +KXSLDbg"> + + + + + + + + + + + + + + + xsldbg"> + DTD"> + XSD"> + XSLT"> +]> + + + + +The &kxsldbg; Handbook + + + +Keith +Isdale + +
k_isdale@tpg.com.au
+
+
+ + + +
+ + +2002 +2003 +2004 +Keith Isdale + + +&FDLNotice; +2004-11-18 +0.5 + + + +&kxsldbg; is a provides a graphic user interface front-end to +&xsldbg;, which supports +debugging of &XSLT; scripts. + + + + +KDE +xsldbg +libxslt +debugger + +
+ + +Introduction + + +Features + + +&kxsldbg; provides access to most of &xsldbg;'s commands to + + + + +Set and modify breakpoints + + + + +Display value of XPaths + + + + +Display information about the templates, variables, +callstack entries, stylesheets and entities present + + + + +Set and modify breakpoints and variables + + + + +Move around &XSL; source and &XML; document via XPaths + + + + +Lookup PUBLIC and SYSTEM ID's in the current &XML; catalog + + + + + + + +Recently added features +&kxsldbg; can now + + + + +Set and modify variables + + + + +Renders the text in the main window using the &kate; libraries + + + + + + + + + +Using &kxsldbg; +&configure-section; +&mainwindow-section; +&inspector-section; +&variables; +&callstack; +&templates; +&sources; +&entities; +&tools-section; + + +&credits-chapter; + +
diff --git a/doc/kxsldbg/kxsldbg_configure.docbook b/doc/kxsldbg/kxsldbg_configure.docbook new file mode 100644 index 00000000..115cd4d3 --- /dev/null +++ b/doc/kxsldbg/kxsldbg_configure.docbook @@ -0,0 +1,102 @@ + + + + + +Keith +Isdale + +
k_isdale@tpg.com.au
+
+
+ +
+
+ +Configuring a &kxsldbg; Session + + +You start configuration by clicking + +Debug +Configure + in the Menubar. + + + +The Configuration Dialog + + + + +The Configuration Dialog +The Configuration Dialog. + + + + +Getting Started + + +To be able to run a stylesheet you need to specify the: + +&XSL; source +&XML; data +Output file + + + + By using the ... button to choose file +desired. The &XSL; source and >&XML; data may refer +to URI that contains a http://, ftp:// or file://. The Output file +must refer to a writable local file. + +To follow along with the examples, select the following files in the +example <KDE PREFIX>/share/apps/kxsldbg folder + +&XSL; source: testdoc.xsl +&XML; data: testdoc.xml +Output file: /tmp/xsldbg_output.txt + + + + + +Working With Options + + +You can select zero or more options from the Options dialog. Each option has a tooltip with a hint on what effect it has. + + + + +Working With Parameters + + +You can add zero or more parameters via the LibXSLT Parameters +section of dialog. This allows you to provide parameter values to the +stylesheet. + + + +For example you could add a enter a Parameter name of myparam +with a Parameter value of 'Hello World!' and click the Add button. +. To update the value of an existing +parameter just use the navigate to the value you wish to change with the Prev or Next button, provide a new Parameter value then click the Apply. + + + + +Apply Changes + + +For the changes you have made to take effect press the Apply +button. To ignore any changes press the Cancel button. + + + +You can close the dialog using the X provided at the top right of the window. If you need to change the configuration just re-open the +configuration dialog as shown before. + + +
diff --git a/doc/kxsldbg/kxsldbg_inspector.docbook b/doc/kxsldbg/kxsldbg_inspector.docbook new file mode 100644 index 00000000..ec9995bc --- /dev/null +++ b/doc/kxsldbg/kxsldbg_inspector.docbook @@ -0,0 +1,103 @@ + + + + + +Keith +Isdale + +
k_isdale@tpg.com.au
+
+
+ +
+
+Setting and Modifying Breakpoints + + +The primary way to work with breakpoints is via the main window. See + + + + +Once you have started the style sheet, you can use the + +Tools +Show inspectors + +menu item. Then click on the Breakpoints tab. See below for an example. + + + +Setting Breakpoints + + + + +Setting Breakpoints + + + + +Adding a Breakpoint + + +You can add a breakpoint by supplying any of: + +a file and line number + +a template name + +a template name and a mode name + +a mode name + + + + + +And then pressing the Add button. + + + + +Argument Details + + +A file name may be absolute path to a local file. Or partial file (⪚ +xsldoc.xsl). + + + +A template or mode name may is fully Qualified Name where the non-local +part is optional ⪚ xsl:mytemplate is matched by +mytemplate + + + + +Deleting a Breakpoint + + +Firstly left mouse click the breakpoint you want to delete in the list of +current breakpoints. Then click the Delete button. + + + + +Deleting All Breakpoints + + +Click the Delete All button. + + + + +Enabling or Disabling a Breakpoint + + +Firstly &LMB; click the breakpoint you want to delete in the list of +current breakpoints. Then click the Enable button. + + +
diff --git a/doc/kxsldbg/kxsldbg_mainwindow.docbook b/doc/kxsldbg/kxsldbg_mainwindow.docbook new file mode 100644 index 00000000..3dcd3a55 --- /dev/null +++ b/doc/kxsldbg/kxsldbg_mainwindow.docbook @@ -0,0 +1,455 @@ + + + + + +Keith +Isdale + +
k_isdale@tpg.com.au
+
+
+ +
+
+Using the Main Window + + +The Main Window + + + + +A text view of the current file being debugged +A text view of the current file being debugged. + + + + +Working With the Main Window + + +The state of a given breakpoint is indicated via the relevant text with a different background color. +You can choose the color desired: see the +SettingsConfigure +Editor dialog, on the +Colors page. + + +You can set, disable or delete a breakpoint using keys, the Debug menu or the buttons on the tool bar. + +You can move the cursor around 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. + + + + + + + +
diff --git a/doc/kxsldbg/kxsldbg_tools.docbook b/doc/kxsldbg/kxsldbg_tools.docbook new file mode 100644 index 00000000..0fa7ae8a --- /dev/null +++ b/doc/kxsldbg/kxsldbg_tools.docbook @@ -0,0 +1,93 @@ + + + + + +Keith +Isdale + +
k_isdale@tpg.com.au
+
+
+ +
+
+ +Miscellenous Tools + + +Several tools are available via the tools menu the main tool is the +inspector tool. + + + +Inspector Tool + + +The inspector tool is the contains all the individual dialogs for working +with: + +Breakpoints +Templates +Variables +Callstack entries +&XSL; source files +&XML; Enties + + + + + +Execute by Walking + +By clicking on Start execution with +walking menu a dialog is shown to allow the walk speed +to be chosen. + + +The Walk Window + + + + +The Walk Window + + + +To stop walking either use the W key or select the +Start execution with walking menu item. + + + +Lookup &XML; Entities + +To lookup a System ID in the current &XML; catalog +use the Lookup System ID menu then enter the +value to find the the dialog that displays. + + +The System ID Window + + + + +The System ID Window + + + +To lookup a PUBLIC ID use the Lookup Public +ID menu entry then enter the value to find the the dialog that +displays. + + +The Public ID Window + + + + +The Public ID Window + + + + +
diff --git a/doc/kxsldbg/main_window.png b/doc/kxsldbg/main_window.png new file mode 100644 index 00000000..970459a5 Binary files /dev/null and b/doc/kxsldbg/main_window.png differ diff --git a/doc/kxsldbg/next.png b/doc/kxsldbg/next.png new file mode 100644 index 00000000..00d4fd9d Binary files /dev/null and b/doc/kxsldbg/next.png differ diff --git a/doc/kxsldbg/publicid_window.png b/doc/kxsldbg/publicid_window.png new file mode 100644 index 00000000..01af4d04 Binary files /dev/null and b/doc/kxsldbg/publicid_window.png differ diff --git a/doc/kxsldbg/run.png b/doc/kxsldbg/run.png new file mode 100644 index 00000000..e9b35a28 Binary files /dev/null and b/doc/kxsldbg/run.png differ diff --git a/doc/kxsldbg/sources.docbook b/doc/kxsldbg/sources.docbook new file mode 100644 index 00000000..ecfb658e --- /dev/null +++ b/doc/kxsldbg/sources.docbook @@ -0,0 +1,44 @@ + + + + +Keith +Isdale + +
k_isdale@tpg.com.au
+
+
+ +
+
+Working With &XSLT; Source Files (Sources) + + +If the inspector dialog is not showing use the + +Tools + +Show inspectors + +menu item. To work with sources click on the sources tab of dialog shown. + + + +All &XSLT; source files that are included by the &XSLT; file or one of its +siblings are listed here. + + +The Sources Window + + + + +The Sources Window + + + + +Clicking on a source entry in the list shown will cause the cursor in the +main window to move to the start of file indicated. + +
diff --git a/doc/kxsldbg/sources_window.png b/doc/kxsldbg/sources_window.png new file mode 100644 index 00000000..14e9d3da Binary files /dev/null and b/doc/kxsldbg/sources_window.png differ diff --git a/doc/kxsldbg/step.png b/doc/kxsldbg/step.png new file mode 100644 index 00000000..a0e64fc0 Binary files /dev/null and b/doc/kxsldbg/step.png differ diff --git a/doc/kxsldbg/systemid_window.png b/doc/kxsldbg/systemid_window.png new file mode 100644 index 00000000..04b7be70 Binary files /dev/null and b/doc/kxsldbg/systemid_window.png differ diff --git a/doc/kxsldbg/templates.docbook b/doc/kxsldbg/templates.docbook new file mode 100644 index 00000000..bdd0bdd2 --- /dev/null +++ b/doc/kxsldbg/templates.docbook @@ -0,0 +1,34 @@ + +Working With Templates + + +If the inspector dialog is not showing use the + +Tools +Show inspectors + +menu item. To work with templates click on the templates tab of dialog +shown. + + + +All templates found are listed here. Please note that the export rules of +&XSLT; apply. So only there may be more than one template with the same +match and mode details. + + +The Templates Window + + + + +The Templates Window + + + + +Clicking on a template entry in the list shown will cause the cursor in +the main window to move to the file and line number indicated. + + + diff --git a/doc/kxsldbg/templates_window.png b/doc/kxsldbg/templates_window.png new file mode 100644 index 00000000..f20f798f Binary files /dev/null and b/doc/kxsldbg/templates_window.png differ diff --git a/doc/kxsldbg/variables.docbook b/doc/kxsldbg/variables.docbook new file mode 100644 index 00000000..7cdd1cdf --- /dev/null +++ b/doc/kxsldbg/variables.docbook @@ -0,0 +1,69 @@ + + + + + +Keith +Isdale + +
k_isdale@tpg.com.au
+
+
+ +
+
+ +Working With Variables + + +If the inspector dialog is not showing use the + +Tools +Show inspectors + +menu item. + + + +Local and global variables are show in a tab on the inspector dialog. +The following example shows a XSLT code segment that declares a global and a local variable + + + + <xsl:variable name="globalvariable" select="'foo'"/> + + <xsl:template match="/"/> + <xsl:param name="localvariable" select="'bar'"/> + </xsl:template match="/"/> + + + +Clicking with with mouse on a variable in the list will cause summary +information to be displayed in the bottom of the dialog. If a variable has + a select expression, for example + + + + <xsl:variable name="changeable" select="'oldValue'" /> + + + +then a new XPath an be choosen by entering a new value + for Variable expression then clicking the Set expression button. + + +The Variables tab + + + + +The Variables Tab +The Variables Tab + + + + +Clicking on a variable entry in the list shown will cause the cursor in +the main window to move to the file and line number indicated. + +
diff --git a/doc/kxsldbg/variables_window.png b/doc/kxsldbg/variables_window.png new file mode 100644 index 00000000..d90cb92d Binary files /dev/null and b/doc/kxsldbg/variables_window.png differ diff --git a/doc/kxsldbg/walk_window.png b/doc/kxsldbg/walk_window.png new file mode 100644 index 00000000..b30ce81b Binary files /dev/null and b/doc/kxsldbg/walk_window.png differ diff --git a/doc/kxsldbg/xsldbg_break.png b/doc/kxsldbg/xsldbg_break.png new file mode 100644 index 00000000..68657082 Binary files /dev/null and b/doc/kxsldbg/xsldbg_break.png differ diff --git a/doc/kxsldbg/xsldbg_data.png b/doc/kxsldbg/xsldbg_data.png new file mode 100644 index 00000000..8feb8c2e Binary files /dev/null and b/doc/kxsldbg/xsldbg_data.png differ diff --git a/doc/kxsldbg/xsldbg_delete.png b/doc/kxsldbg/xsldbg_delete.png new file mode 100644 index 00000000..fbe766c2 Binary files /dev/null and b/doc/kxsldbg/xsldbg_delete.png differ diff --git a/doc/kxsldbg/xsldbg_enable.png b/doc/kxsldbg/xsldbg_enable.png new file mode 100644 index 00000000..56c5e5c8 Binary files /dev/null and b/doc/kxsldbg/xsldbg_enable.png differ diff --git a/doc/kxsldbg/xsldbg_output.png b/doc/kxsldbg/xsldbg_output.png new file mode 100644 index 00000000..5c8fdc53 Binary files /dev/null and b/doc/kxsldbg/xsldbg_output.png differ diff --git a/doc/kxsldbg/xsldbg_refresh.png b/doc/kxsldbg/xsldbg_refresh.png new file mode 100644 index 00000000..0297288e Binary files /dev/null and b/doc/kxsldbg/xsldbg_refresh.png differ diff --git a/doc/kxsldbg/xsldbg_source.png b/doc/kxsldbg/xsldbg_source.png new file mode 100644 index 00000000..17618fe8 Binary files /dev/null and b/doc/kxsldbg/xsldbg_source.png differ diff --git a/doc/kxsldbg/xsldbg_stepdown.png b/doc/kxsldbg/xsldbg_stepdown.png new file mode 100644 index 00000000..3430b61e Binary files /dev/null and b/doc/kxsldbg/xsldbg_stepdown.png differ diff --git a/doc/kxsldbg/xsldbg_stepup.png b/doc/kxsldbg/xsldbg_stepup.png new file mode 100644 index 00000000..3170b14c Binary files /dev/null and b/doc/kxsldbg/xsldbg_stepup.png differ -- cgit v1.2.3