diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2013-12-05 02:18:28 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2013-12-14 10:53:03 -0600 |
commit | 70c368081dbf54c5c3d8497921ec9583e7d1b06e (patch) | |
tree | b009442bacb35dec451e9eb98038b9690fff8250 /development/monodevelop-debugger-gdb/README | |
parent | 2ed3d5cb2a6838f2c0190ae0f3f7b32194de41fb (diff) |
development/monodevelop-debugger-gdb: Updated for version 4.2.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/monodevelop-debugger-gdb/README')
-rw-r--r-- | development/monodevelop-debugger-gdb/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/development/monodevelop-debugger-gdb/README b/development/monodevelop-debugger-gdb/README index e7b89e2c4c560..2b4fcd1ee3c3e 100644 --- a/development/monodevelop-debugger-gdb/README +++ b/development/monodevelop-debugger-gdb/README @@ -1,10 +1,10 @@ GDB Debugger support for MonoDevelop -Mono comes with two Mono-specific debuggers: a hard debugger and a soft -debugger, additionally, you can use the Unix GDB debugger with Mono to +Mono comes with two Mono-specific debuggers: a hard debugger and a soft +debugger, additionally, you can use the Unix GDB debugger with Mono to debug low level problems. -Until the Mono Debugger is ready for production, GDB can be used to +Until the Mono Debugger is ready for production, GDB can be used to obtain some information about your application and debug some problems. For more information: http://www.mono-project.com/Debugging#Debugging_with_GDB |