[nemiver/mallard-docs: 24/28] Add stub pages



commit 9067cce1639b91c10ddb0cd0ba1736b9d5eb01d7
Author: Baptiste Mille-Mathias <baptistem gnome org>
Date:   Sun Jun 9 00:38:10 2013 +0200

    Add stub pages

 help/C/run-debug-session.page |   24 ++++++++++++++++++++++++
 help/C/shortcut-keys.page     |   12 ++++++++++++
 help/C/step-jump.page         |   12 ++++++++++++
 3 files changed, 48 insertions(+), 0 deletions(-)
---
diff --git a/help/C/run-debug-session.page b/help/C/run-debug-session.page
new file mode 100644
index 0000000..756e1b9
--- /dev/null
+++ b/help/C/run-debug-session.page
@@ -0,0 +1,24 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic"
+      id="run-debug-session">
+
+    <info>
+        <link type="guide" xref="index#session"/>
+        <revision version="0.1" date="2013-04-29" status="stub"/>
+        <desc>How to run a Nemiver session</desc>
+    </info>
+
+    <title>Debug a program</title>
+
+    <p>Once you launch the debug of your program, <app>Nemiver</app> will stop
+    at the <code>main()</code> function. Now to debug, you'll have to locate the
+    part of the code you want to analyze. </p>
+
+    <p>Breakpoint can help you point out the mis-function in a code, because
+    when the program will hit the breakpoint, <app>Nemiver</app> will stop the
+    program, and you can start to advance step-by-step to carefully watch any
+    unusual behaviour, like wrong code-path.</p>
+
+    <p><app>Nemiver</app> provides features like monitoring variables or
+    breakpoints to better spot error in a code.</p>
+</page>
diff --git a/help/C/shortcut-keys.page b/help/C/shortcut-keys.page
new file mode 100644
index 0000000..2f8ee1f
--- /dev/null
+++ b/help/C/shortcut-keys.page
@@ -0,0 +1,12 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic"
+      id="shortcut-keys">
+
+    <info>
+        <link type="guide" xref="index"/>
+        <revision version="0.1" date="2013-06-08" status="stub"/>
+    </info>
+
+    <title>Shortcut Keys</title>
+    <p></p>
+</page>
diff --git a/help/C/step-jump.page b/help/C/step-jump.page
new file mode 100644
index 0000000..566596d
--- /dev/null
+++ b/help/C/step-jump.page
@@ -0,0 +1,12 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic"
+      id="step">
+
+    <info>
+        <link type="guide" xref="index#basic-debugging"/>
+        <revision version="0.1" date="2013-06-08" status="stub"/>
+        <desc>Navigation in a program</desc>
+    </info>
+
+    <title>Navigation</title>
+</page>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]