[nemiver/mallard-docs] Add detail about what means debugging



commit 6dc3777ef16773366147b14b125d36c7c445ec3c
Author: Baptiste Mille-Mathias <baptistem gnome org>
Date:   Tue Jul 16 23:19:03 2013 +0200

    Add detail about what means debugging

 help/C/what-is-nemiver.page |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/help/C/what-is-nemiver.page b/help/C/what-is-nemiver.page
index b531859..ed39e81 100644
--- a/help/C/what-is-nemiver.page
+++ b/help/C/what-is-nemiver.page
@@ -11,8 +11,10 @@
     <title>What is Nemiver</title>
 
     <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>
+    technologies, an application that helps to analyze bugs and weird behaviors
+    in a program. Debugging consists of running a program inside an environment
+    that traces and collects details of this program, like variables values or
+    code path.</p>
 
     <p>Nemiver uses underneath <link href="http://www.gnu.org/software/gdb/";>
     GDB</link> (the GNU debugger), as debugging engine, so as consequence 


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