diff --git a/Developer-notes.md b/Developer-notes.md index f0df438..3cacce3 100644 --- a/Developer-notes.md +++ b/Developer-notes.md @@ -8,10 +8,7 @@ The older 2015 version might work too. Since Cxbx-Reloaded launches another process instance of itself for emulation, debugging in Visual Studio doesn't work out of the box. -Follow the guide here - -This can easily be remedied by installing, and enabling the [Microsoft Child Process Debugging Power Tool](https://marketplace.visualstudio.com/items?itemName=GreggMiskelly.MicrosoftChildProcessDebuggingPowerTool). - +Follow the [developer debugging guide](https://github.com/Cxbx-Reloaded/Cxbx-Reloaded/wiki/Child-Process-Debugging) to get started. ## How to properly send your code contributions (git)