From 2743887a274c1c4b22e69840979881e904a34d7e Mon Sep 17 00:00:00 2001 From: disylee Date: Sun, 11 Jan 2015 14:20:31 +0800 Subject: [PATCH] Update 20150104 How to debug a C or C++ program with Nemiver debugger.md disylee --- ...4 How to debug a C or C++ program with Nemiver debugger.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sources/tech/20150104 How to debug a C or C++ program with Nemiver debugger.md b/sources/tech/20150104 How to debug a C or C++ program with Nemiver debugger.md index cf232b5b7c..fb3f313038 100644 --- a/sources/tech/20150104 How to debug a C or C++ program with Nemiver debugger.md +++ b/sources/tech/20150104 How to debug a C or C++ program with Nemiver debugger.md @@ -1,3 +1,5 @@ +hi ! 让我来翻译 + How to debug a C/C++ program with Nemiver debugger ================================================================================ If you read [my post on GDB][1], you know how important and useful a debugger I think can be for a C/C++ program. However, if a command line debugger like GDB sounds more like a problem than a solution to you, you might be more interested in Nemiver. [Nemiver][2] is a GTK+-based standalone graphical debugger for C/C++ programs, using GDB as its back-end. Admirable for its speed and stability, Nemiver is a very reliable debugger filled with goodies. @@ -106,4 +108,4 @@ via: http://xmodulo.com/debug-program-nemiver-debugger.html [1]:http://xmodulo.com/gdb-command-line-debugger.html [2]:https://wiki.gnome.org/Apps/Nemiver [3]:https://download.gnome.org/sources/nemiver/0.9/ -[4]:http://xmodulo.com/recommend/linuxclibook \ No newline at end of file +[4]:http://xmodulo.com/recommend/linuxclibook