summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorVance Morrison <vancem@microsoft.com>2016-10-13 13:10:12 -0700
committerJan Kotas <jkotas@microsoft.com>2016-10-13 13:10:12 -0700
commitb73eb6032205bd0603e0bdcf5b4305997ed00e08 (patch)
treee4283c56e36f3732d2f8cfe48f4cbf8ae6095ea3 /README.md
parentd82177eedb868353ab3a42c1cf503bcc28ed741b (diff)
downloadcoreclr-b73eb6032205bd0603e0bdcf5b4305997ed00e08.tar.gz
coreclr-b73eb6032205bd0603e0bdcf5b4305997ed00e08.tar.bz2
coreclr-b73eb6032205bd0603e0bdcf5b4305997ed00e08.zip
Added Docs for Using Visual Studio to Edit and Debug in CoreCLR Repo (#7582)
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0c77e94d8b..3ac4717a05 100644
--- a/README.md
+++ b/README.md
@@ -29,6 +29,7 @@ related to .NET Core including:
* Need to **log a issue** or Provide Feedback? See then [Issues and Feedback Page](Documentation/workflow/IssuesFeedbackEngagement.md) page.
* Want to **chat** with other members of the CoreCLR community? See the [Chat Section](Documentation/workflow/IssuesFeedbackEngagement.md#Chat-with-the-CoreCLR-community) page.
* Need a **current build** or **test results** of the CoreCLR repository? See the [Official and Daily Builds](Documentation/workflow/OfficalAndDailyBuilds.md) page.
+ * If you want powerful search of the source code for both CoreClr and CoreFx see [.NET Source Code Index](https://source.dot.net)
## What Can you Make from this Repository?
@@ -171,6 +172,15 @@ There are two basic techniques for using your new runtime.
See [Executing .NET Core Apps with CoreRun.exe](Documentation/workflow/UsingCoreRun.md) for details on using
this technique.
+## Editing and Debugging
+
+Typically users run through the build and use instructions first with an unmodified build, just to familiarize
+themselves with the procedures and to confirm that the instructions work. After that you will want to actually
+make modifications and debug any issues those modifications might cause. See the following links for more.
+
+ * [Editing and Debugging](Documentation/workflow/EditingAndDebugging.md) and
+ * [Documentation on the .NET Core Runtime](Documentation/README.md)
+
## Running Tests
After you have your modification basically working, and want to determine if you have broken anything it is