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

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Peterson <petersonjm1@gmail.com>2018-02-08 17:18:41 +0300
committerJosh Peterson <petersonjm1@gmail.com>2018-02-08 17:25:43 +0300
commit4e7bd72c18aee5929926ae6df73c9af44c4e2c1d (patch)
tree05da106cc0f2dd6cf6894875c6ff884db431be9f /README.md
parent3704ed2f21f0594ee21edc03e413f91de70b5d67 (diff)
Add debugging instructions to the README
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index c11b222263..c5d37b567f 100644
--- a/README.md
+++ b/README.md
@@ -57,6 +57,13 @@ Running
You can run MonoDevelop from the build directory by executing:
`make run`
+Debugging
+---------
+
+You can debug MonoDevelop using Visual Studio (on Windows or macOS) with the
+`main/Main.sln` solution. Use the `DebugWin32` configuration on Windows and the
+`DebugMac` configuration on macOS.
+
Installing *(Optional)*
----------