diff --git a/Developer-notes.md b/Developer-notes.md new file mode 100644 index 0000000..4daa9cd --- /dev/null +++ b/Developer-notes.md @@ -0,0 +1,3 @@ +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 fixed, by installing and enabling the [Microsoft Child Process Debugging Power Tool](https://marketplace.visualstudio.com/items?itemName=GreggMiskelly.MicrosoftChildProcessDebuggingPowerTool).