Content deleted Content added
→How It Works: someone went a little crazy here... |
easily clarified |
||
Line 2:
{{compu-prog-stub|date=February 2010}}
'''gdbserver''' is a computer program that makes it possible to remotely [[Debugging|debug]] other programs.<ref>[http://ftp.gnu.org/old-gnu/Manuals/gdb-5.1.1/html_node/gdb_130.html GDB Manual]</ref> Running on the same system as the program to be debugged, it allows the [[GNU Debugger]] to connect from another system; that is, only the executable
== How It Works ==
|