Changed encoding to UTF-8.
[kdbg.git] / kdbg / doc / en / stack.html
blobec3cfe254893b9aa814c028d9af7e8b0458ed1b6
1 <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
2 <html>
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
5 <meta name="GENERATOR" content="Mozilla/4.74 [en] (X11; U; Linux 2.2.16-SMP i686) [Netscape]">
6 <meta name="Author" content="Johannes Sixt">
7 <title>KDbg - User's Manual - Stack</title>
8 </head>
9 <body text="#000000" bgcolor="#FFFFFF" link="#0000EF" vlink="#51188E" alink="#FF0000">
10 <a href="index.html">Contents</a>
11 <h1>
12 The Stack Window</h1>
13 The stack window is displayed using <i>View|Stack</i>. The stack window
14 lists the stack frames, i.e. the functions that the program has entered,
15 but not yet left.
16 <p>The innermost frame (where the program currently executes) is shown
17 at the top.
18 <p>To switch to a different stack frame, simply click on that stack frame.
19 The <a href="sourcecode.html">source window</a> displays the source line
20 where the function invocation took place and the <a href="localvars.html">local
21 variables window</a> and the <a href="watches.html">watch window</a> change
22 to reflect the local variables of the selected stack frame.
23 </body>
24 </html>