Updated Developer notes (markdown)

PatrickvL 2017-08-25 16:46:10 +02:00
parent 1d7cd78f08
commit 82a151b2c7
1 changed files with 3 additions and 2 deletions

@ -1,3 +1,4 @@
Since Cxbx-Reloaded launches another process instance of itself for emulation, debugging in Visual Studio doesn't work out of the box. ## Debugging during emulation
This can easily be fixed, by installing and enabling the [Microsoft Child Process Debugging Power Tool](https://marketplace.visualstudio.com/items?itemName=GreggMiskelly.MicrosoftChildProcessDebuggingPowerTool). Since Cxbx-Reloaded launches another process instance of itself for emulation, debugging in Visual Studio doesn't work out of the box.
This can easily be remedied, by installing and enabling the [Microsoft Child Process Debugging Power Tool](https://marketplace.visualstudio.com/items?itemName=GreggMiskelly.MicrosoftChildProcessDebuggingPowerTool).