The home page is now at www.kdbg.org.
[kdbg.git] / kdbg / doc / en / memory.html
blob75693f9772cfd51dba122e2fdff277ad23e44e33
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 - Memory Dump</title>
7 </head>
8 <body text="#000000" bgcolor="#FFFFFF">
9 <p><a href="index.html">Contents</a></p>
10 <h1>
11 The Memory Dump Window</h1>
12 <p>The memory dump window is displayed using <i>View|Memory</i>. It displays
13 the contents of the program's memory at arbitrary adresses.</p>
14 <p>To display memory contents, enter an address in the edit field. The
15 address need not be given in hexadecimal form - it can be an expression.</p>
16 <p>You can specifiy a format how the memory contents shall be displayed
17 by chooseing the appropriate options from the popup menu that you invoke
18 by clicking the right mouse button.</p>
19 <p>A number of address expressions are remembered. You can recall such
20 an expression from the drop-down list. Please note that the address expression
21 is remembered together with the format.</p>
22 <p>If you don't need to investigate memory contents, it is recommended
23 that you clear the expression so that no memory dump is displayed - this
24 speeds up the debugging process.</p>
25 </body>
26 </html>