Updated the user's manual.
[kdbg.git] / kdbg / doc / en / watches.html
blob86779201ad6f46960445a9d2f0ccb61106d58e5c
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 - Watched Expressions</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 Watched Expressions Window</h1>
13 The watched expressions window is opened using <i>View|Watched Expressions</i>.
14 It displays arbitrary expressions.
15 <p>To add an expression, type it into the edit field and press Enter or
16 click <i>Add</i>. To remove an expression, click on it (choose the root
17 of the expression) and click <i>Del</i>.
18 <p>Watched expressions are stored across debugging sessions. It is recommended
19 that you remove expressions that your don't need any longer because that
20 speeds up the debugging process.
21 </body>
22 </html>