diff options
author | Andre Barboza <bmg.andre@gmail.com> | 2010-08-15 13:55:17 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-08-15 20:53:59 -0500 |
commit | c46d69cc1adbb227ad6a9504a10dcfff7547b88f (patch) | |
tree | f54c8f04cb24014a279e38491c29957d289cbdf7 /development/monodevelop-debugger-gdb/README | |
parent | bb115c5a96d06700ca2e8292e8480e8c0ddeaaa6 (diff) | |
download | slackbuilds-c46d69cc1adbb227ad6a9504a10dcfff7547b88f.tar.gz |
development/monodevelop-debugger-gdb: Added (GDB Debugger support for MonoDevelop)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'development/monodevelop-debugger-gdb/README')
-rw-r--r-- | development/monodevelop-debugger-gdb/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/development/monodevelop-debugger-gdb/README b/development/monodevelop-debugger-gdb/README new file mode 100644 index 0000000000..821c3f73db --- /dev/null +++ b/development/monodevelop-debugger-gdb/README @@ -0,0 +1,12 @@ +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 +debug low level problems. + +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 + +This requires monodevelop. |