summaryrefslogtreecommitdiffstats
path: root/doc/kxsldbg/kxsldbg_tools.docbook
blob: 0fa7ae8ab1c03ba8299bdbf443d3318b9090c9fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<?xml version="1.0" encoding="UTF-8" ?>
<sect1 id="tools-section">
<sect1info>
<authorgroup>
<author>
<firstname>Keith</firstname>
<surname>Isdale</surname>
<affiliation>
<address><email>k_isdale@tpg.com.au</email></address>
</affiliation>
</author>
<!-- TRANS:ROLES_OF_TRANSLATORS -->
</authorgroup>
</sect1info>

<title>Miscellenous Tools</title>

<para>
Several tools are available via the tools menu the main tool is the
inspector tool.
</para>

<sect2>
<title>Inspector Tool</title>

<para>
The inspector tool is the contains all the individual dialogs for working
with:</para>
<itemizedlist>
<listitem><para>Breakpoints</para></listitem>
<listitem><para>Templates</para></listitem>
<listitem><para>Variables</para></listitem>
<listitem><para>Callstack entries</para></listitem>
<listitem><para>&XSL; source files</para></listitem>
<listitem><para>&XML; Enties</para></listitem>
</itemizedlist>

</sect2>

<sect2>
<title>Execute by Walking</title>

<para>By clicking on <guimenuitem>Start execution with
walking</guimenuitem> menu a dialog is shown to allow the walk speed
to be chosen.</para>

<screenshot>
<screeninfo>The Walk Window</screeninfo>
<mediaobject>
<imageobject>
<imagedata fileref="walk_window.png" format="PNG"/>
</imageobject>
<textobject><phrase>The Walk Window</phrase></textobject>
</mediaobject>
</screenshot>

<para>To stop walking either use the <keycap>W</keycap> key or select the
<guimenuitem>Start execution with walking</guimenuitem> menu item.</para>
</sect2>

<sect2>
<title>Lookup &XML; Entities</title>

<para>To lookup a System ID in the current &XML; catalog
use the <guimenuitem>Lookup System ID</guimenuitem> menu then enter the
value to find the the dialog that displays.</para>

<screenshot>
<screeninfo>The System ID Window</screeninfo>
<mediaobject>
<imageobject>
<imagedata fileref="systemid_window.png" format="PNG"/>
</imageobject>
<textobject><phrase>The System ID Window</phrase></textobject>
</mediaobject>
</screenshot>

<para>To lookup a PUBLIC ID use the <guimenuitem>Lookup Public
ID</guimenuitem> menu entry then enter the value to find the the dialog that
displays.</para>

<screenshot>
<screeninfo>The Public ID Window</screeninfo>
<mediaobject>
<imageobject>
<imagedata fileref="publicid_window.png" format="PNG"/>
</imageobject>
<textobject><phrase>The Public ID Window</phrase></textobject>
</mediaobject>
</screenshot>

</sect2>
</sect1>