From 82a151b2c7833661e40397bda253009363afdb81 Mon Sep 17 00:00:00 2001 From: PatrickvL Date: Fri, 25 Aug 2017 16:46:10 +0200 Subject: [PATCH] Updated Developer notes (markdown) --- Developer-notes.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Developer-notes.md b/Developer-notes.md index 4daa9cd..14919bc 100644 --- a/Developer-notes.md +++ b/Developer-notes.md @@ -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).