mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
c46d69cc1a
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
12 lines
458 B
Text
12 lines
458 B
Text
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.
|