Linked to the child process debugging wiki page

x1nixmzeng 2018-07-17 22:10:55 +01:00
parent f3cad9bc0c
commit 1f1bae491c
1 changed files with 1 additions and 4 deletions

@ -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)