diff options
author | Andre Barboza <bmg.andre@gmail.com> | 2010-08-15 13:57:56 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-08-15 20:53:59 -0500 |
commit | b2e0b149f3f7183eea83f76a770f726a75225f95 (patch) | |
tree | ed3057b94b17a74c11e7408f41353474c17cf6a8 /development/monodevelop-debugger-mdb/README | |
parent | c46d69cc1adbb227ad6a9504a10dcfff7547b88f (diff) | |
download | slackbuilds-b2e0b149f3f7183eea83f76a770f726a75225f95.tar.gz |
development/monodevelop-debugger-mdb: Added (Mono Debugger support for MonoDevelop)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'development/monodevelop-debugger-mdb/README')
-rw-r--r-- | development/monodevelop-debugger-mdb/README | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/development/monodevelop-debugger-mdb/README b/development/monodevelop-debugger-mdb/README new file mode 100644 index 0000000000..c105b36fb7 --- /dev/null +++ b/development/monodevelop-debugger-mdb/README @@ -0,0 +1,15 @@ +Mono Debugger support for MonoDevelop. + +The Mono Soft Debugger is a new debugging framework for Mono. Unlike regular +debuggers which act as all-knowing and controlling programs that control a +separate process, the Mono Soft Debugger is actually a cooperative debugger +that is built into the Mono runtime. + +Applications communicate with the Mono runtime and request debugging +operations to be performed on the target process. + +The Mono Soft Debugger first became available with Mono 2.6 and is primarily +used today with Mono on the iPhone (http://monotouch.net) and is used from +the MonoDevelop IDE (http://monodevelop.com). + +This requires monodevelop and mono-debugger. |