Update the English manual.
[kdbg.git] / kdbg / doc / en / sourcecode.html
blob9eb8f77791c0fc08721a3e77ffef815d52a48059
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=UTF-8">
5 <meta name="Author" content="Johannes Sixt">
6 <title>KDbg - User's Manual - Source Code</title>
7 </head>
8 <body text="#000000" bgcolor="#FFFFFF">
9 <p><a href="index.html">Contents</a></p>
10 <h1>
11 The Source Code Window</h1>
12 <p>The source code window is the main window and is always visible.</p>
13 <p>The source code window displays program source code. At the left of
14 each source line is an "active area". It displays a pointer to indicate
15 which source line the program currently executes, and it indicates on which
16 source lines breakpoints have been set.</p>
17 <p>New breakpoints can be set by clicking into the active area with the
18 left mouse button. An existing breakpoint can be enabled and disabled by
19 clicking with the middle mouse button.</p>
20 <p>The tiny plus '+' between the "active area" and the source line can
21 be clicked on. If you do so, the source line's assembler code will be displayed.
22 The plus turns into a minus '-', which, if clicked, will hide the disassembled
23 code.</p>
24 <p>Mostly, source code windows are opened automatically. To open a new
25 source file manually, click the right mouse button and choose <i>Open Source Code</i>
26 or choose <i>File|Open Source Code</i>.</p>
27 </body>
28 </html>