[nemiver/mallard-docs: 23/28] Merge interface ans what-is-nemiver pages
- From: Baptiste Mille-Mathias <baptistem src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nemiver/mallard-docs: 23/28] Merge interface ans what-is-nemiver pages
- Date: Mon, 15 Jul 2013 18:46:36 +0000 (UTC)
commit e06fc165822ae2bb899aef4dd5ebcb30bd97e5c3
Author: Baptiste Mille-Mathias <baptistem gnome org>
Date: Sun Jun 9 00:37:34 2013 +0200
Merge interface ans what-is-nemiver pages
help/C/interface.page | 53 -------------------------------------------
help/C/what-is-nemiver.page | 52 +++++++++++++++++++++++++++++++++++++++++-
2 files changed, 51 insertions(+), 54 deletions(-)
---
diff --git a/help/C/what-is-nemiver.page b/help/C/what-is-nemiver.page
index 539fde2..80e2d75 100644
--- a/help/C/what-is-nemiver.page
+++ b/help/C/what-is-nemiver.page
@@ -8,11 +8,61 @@
<title>What is Nemiver</title>
- <p><app>Nemiver</app> is a graphical debugger built on top of GNOME
+ <p><app>Nemiver</app> is a graphical debugger built on top of GNOME
technologies, an application that help to analyze bugs and weird behaviors
in a program.</p>
<p>Nemiver uses underneath <link href="http://www.gnu.org/software/gdb/">
GDB</link> (the GNU debugger), as debugging engine, so as consequence
Nemiver can debug C and C++ programs.</p>
+
+ <section id="interface">
+
+ <title>Interface</title>
+
+ <figure>
+ <title>The Main Interface while debugging an application</title>
+
+ <desc>The main interface of Nemiver, with the menu on top, below the
+ source code view, and at the bottom the toolbox.</desc> <media
+ type="image" mime="image/png"
+ src="figures/main-interface.png"></media>
+ </figure>
+
+ <terms>
+ <title>The notebook</title>
+ <p>The debugging tools</p>
+ <item>
+ <title>Target Terminal</title>
+ <p>Any output produced by the program you debug will be displayed
+ here.</p>
+ </item>
+ <item>
+ <title>Context</title>
+ <p></p>
+ </item>
+ <item>
+ <title>Breakpoints</title>
+ <p>List the breakpoints set in the source code, and all their
+ properties.</p>
+ </item>
+ <item>
+ <title>Registers</title>
+ <p>This tab displays all of the CPU registers and their values.
+ Should a value change between two steps, the color of the value will
+ be changed to red.</p>
+ </item>
+ <item>
+ <title>Memory</title>
+ <p>The memory inspector displays the content of a memory address in
+ hexadecimal and in ASCII representation. The memory content can be
+ display by byte, word (2 bytes) or long word (4 bytes).</p>
+ </item>
+ <item>
+ <title>Expression Monitor</title>
+ <p>The component will display all variables monitored, their latest
+ value and their type.</p>
+ </item>
+ </terms>
+ </section>
</page>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]