[nemiver/mallard-docs] slight improvement for the page



commit f985a72995a594f7afa7f9c2c344301b2f7ac1c8
Author: Baptiste Mille-Mathias <baptistem gnome org>
Date:   Tue Jul 16 23:01:47 2013 +0200

    slight improvement for the page

 help/C/session-run-debug.page |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/help/C/session-run-debug.page b/help/C/session-run-debug.page
index 756e1b9..ffecdbe 100644
--- a/help/C/session-run-debug.page
+++ b/help/C/session-run-debug.page
@@ -12,7 +12,10 @@
 
     <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>
+    part of the code you want to analyze.</p>
+
+    <p><app>Nemiver</app> will save your progression regularly of your debugging
+    session.</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
@@ -20,5 +23,5 @@
     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>
+    <link xref="breakpoint">breakpoints</link> to better spot error in a code.</p>
 </page>


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