mirror of
https://github.com/LCTT/TranslateProject.git
synced 2025-02-06 23:50:16 +08:00
Merge pull request #2229 from disylee/patch-1
Update 20150104 How to debug a C or C++ program with Nemiver debugger.md
This commit is contained in:
commit
567016231e
@ -1,3 +1,5 @@
|
|||||||
|
hi ! 让我来翻译
|
||||||
|
|
||||||
How to debug a C/C++ program with Nemiver debugger
|
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.
|
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
|
[1]:http://xmodulo.com/gdb-command-line-debugger.html
|
||||||
[2]:https://wiki.gnome.org/Apps/Nemiver
|
[2]:https://wiki.gnome.org/Apps/Nemiver
|
||||||
[3]:https://download.gnome.org/sources/nemiver/0.9/
|
[3]:https://download.gnome.org/sources/nemiver/0.9/
|
||||||
[4]:http://xmodulo.com/recommend/linuxclibook
|
[4]:http://xmodulo.com/recommend/linuxclibook
|
||||||
|
Loading…
Reference in New Issue
Block a user