diff options
| author | Stefan Boberg <[email protected]> | 2021-06-17 13:41:17 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-06-17 13:41:17 +0200 |
| commit | 97b8773569f195832ccbcc9c04a22ba05e6a3233 (patch) | |
| tree | b4d8748d4337e0a00f974f2d7dd2de46ecf450be | |
| parent | Minor README cleanup (diff) | |
| download | zen-97b8773569f195832ccbcc9c04a22ba05e6a3233.tar.xz zen-97b8773569f195832ccbcc9c04a22ba05e6a3233.zip | |
Added debugging hints
| -rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -57,6 +57,11 @@ To run the pre-commit scripts you'll need a few things: Once you have those dependencies, you can simply run `prepare_commit.bat` to ensure the code is properly formatted and has the Epic copyright header comment +# Debugging + +When debugging multi-process scenarios such as when running `zenserver-test`, the [Microsoft Child Process Debugging Power Tool](https://marketplace.visualstudio.com/items?itemName=vsdbgplat.MicrosoftChildProcessDebuggingPowerTool) +is incredibly handy. When that is installed you may enable auto-attach to child processes via the Debug -> Other Debug Targets menu in Visual Studio. + # Testing * There are some test projects |