Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/debugger-libs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLluis Sanchez <lluis@xamarin.com>2013-06-12 12:13:06 +0400
committerLluis Sanchez <lluis@xamarin.com>2013-06-12 12:13:06 +0400
commitb502191caae1db36a64e011195ac23f443782c4e (patch)
treeb33716aba76a5c0a04e85f99c3d4dc3712df8ab7 /README.md
parent827c5fa9a5fc2963ed19ff0d71080d72832f437c (diff)
Update README
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 15 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8df0b77..7050d5c 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,15 @@
-This repository contains several libraries which can be used to control the Mono debugger. \ No newline at end of file
+This repository contains several libraries which can be used to control the Mono debugger.
+
+* Mono.Debugger.Soft: The Mono Soft Debugger low level API
+* Mono.Debugging: Pluggable debugger API abstraction. It provides a common API to be used as frontend to different debuggers.
+* Mono.Debugging.Soft: Mono.Debugging backend for the Mono Soft Debugger.
+
+Dependencies
+============
+
+The libraries in this repository have external dependencies, specifically:
+
+* cecil (git://github.com/mono/cecil.git)
+* nrefactory (git://github.com/icsharpcode/NRefactory.git)
+
+Those libraries must be cloned side by side with debugger-libs. \ No newline at end of file