You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
1.4 KiB
29 lines
1.4 KiB
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
|
<meta name="Author" content="Johannes Sixt">
|
|
<title>KDbg - User's Manual - Watched Expressions</title>
|
|
</head>
|
|
<body text="#000000" bgcolor="#FFFFFF">
|
|
<p><a href="index.html">Contents</a></p>
|
|
<h1>
|
|
The Watched Expressions Window</h1>
|
|
<p>The watched expressions window is opened using <i>View|Watched Expressions</i>.
|
|
It displays arbitrary expressions.</p>
|
|
<p>To add an expression, type it into the edit field and press Enter or
|
|
click <i>Add</i>. To remove an expression, click on it (choose the root
|
|
of the expression) and click <i>Del</i>.</p>
|
|
<p>You can also move a variable or structure member from the <a href="localvars.html">local
|
|
variables window</a> to this window using the context menu in the local
|
|
variables window.</p>
|
|
<p>The values of most expressions can be changed. For this purpose, press F2
|
|
while the input focus is in the window. Then edit the value and hit Enter.
|
|
Note that you cannot modify the strings that <tt>char*</tt> values point
|
|
to in this way, just the pointer value.</p>
|
|
<p>Watched expressions are stored across debugging sessions. It is recommended
|
|
that you remove expressions that your don't need any longer because that
|
|
speeds up the debugging process.</p>
|
|
</body>
|
|
</html>
|