The home page is now at www.kdbg.org.
[kdbg.git] / kdbg / doc / en / localvars.html
blob1461f7014b0472ce8216f121d5a797f8f313d069
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 <html>
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
5 <meta name="Author" content="Johannes Sixt">
6 <title>KDbg - User's Manual - Local Variables</title>
7 </head>
8 <body text="#000000" bgcolor="#FFFFFF">
9 <p><a href="index.html">Contents</a></p>
10 <h1>
11 The Local Variables Window</h1>
12 <p>The local variables window is opened using <i>View|Locals</i>. The local
13 variables window displays the contents of the local variables at the currently
14 selected stack frame.</p>
15 <p>The set of local variables that are displayed is determined by the stack
16 frame that is selected in the <A href="stack.html">stack window</A>.</p>
17 <p>Variable values that changed between stops of the program are displayed
18 in red color.</p>
19 <p>The values of most variables can be changed. For this purpose, press F2
20 while the input focus is in the window or choose <i>Edit value</i> from the
21 context menu. Then edit the value and hit Enter. Note that you cannot modify
22 the strings that <tt>char*</tt> values point to in this way, just the pointer
23 value.</p>
24 <p>Using the context menu you can move
25 the active variable or structure member to the <a href="watches.html">watched
26 expressions window</a>.</p>
27 </body>
28 </html>