diff options
Diffstat (limited to 'development/monodevelop-debugger-mdb/README')
-rw-r--r-- | development/monodevelop-debugger-mdb/README | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/development/monodevelop-debugger-mdb/README b/development/monodevelop-debugger-mdb/README deleted file mode 100644 index c105b36fb7de2..0000000000000 --- a/development/monodevelop-debugger-mdb/README +++ /dev/null @@ -1,15 +0,0 @@ -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. |