mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-10 01:50:53 +09:00
Add docs link to editing-and-debugging (#41636)
We were missing a link to the Editing and Debugging doc from the main workflow doc.
This commit is contained in:
parent
731eaf3545
commit
347be9ce2a
2 changed files with 5 additions and 1 deletions
|
@ -40,6 +40,10 @@ On Unix like systems, arguments can be passed in with a single `-` or double hyp
|
|||
The repository currently consists of different major parts: the runtimes, the libraries, and the installer.
|
||||
To build just one part you use the root build script (build.cmd/sh), and you add the `-subset` flag.
|
||||
|
||||
## Editing and Debugging
|
||||
|
||||
For instructions on how to edit code and debug your changes, see [Editing and Debugging](editing-and-debugging.md).
|
||||
|
||||
## Configurations
|
||||
|
||||
You may need to build the tree in a combination of configurations. This section explains why.
|
||||
|
|
|
@ -31,7 +31,7 @@ what are in the repository. In particular
|
|||
Thus opening one of these two solution files (double clicking on them in Explorer) is typically all you need
|
||||
to do most editing.
|
||||
|
||||
Notice that the CoreCLR solution is under the 'bin' directory. This is because it is created as part of the build.
|
||||
Notice that the CoreCLR solution is under the `artifacts` directory. This is because it is created as part of the build.
|
||||
Thus you can only launch this solution after you have built at least once.
|
||||
|
||||
* See [Debugging CoreCLR](debugging/coreclr/debugging.md)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue