From c090a062badaf347c19ef4874e0c305fee817d98 Mon Sep 17 00:00:00 2001 From: xezrunner <8061077+xezrunner@users.noreply.github.com> Date: Wed, 21 Aug 2024 19:01:43 +0200 Subject: [PATCH] documents: add note about Start Without Debugging --- documents/Debugging/Debugging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documents/Debugging/Debugging.md b/documents/Debugging/Debugging.md index 39f171e4..d9326a41 100644 --- a/documents/Debugging/Debugging.md +++ b/documents/Debugging/Debugging.md @@ -35,7 +35,7 @@ Make sure you have the project set up for building on Windows with Visual Studio as debug symbols will still be generated in case you encounter release configuration-exclusive bugs/errors. ![image](https://github.com/user-attachments/assets/0d975f7a-7bea-4f89-87ef-5d685bea4381) -Launch games through **Debug > Start debugging** (F5 by default). +Launch and debug the emulator through **Debug > Start Debugging** (F5 by default), or **Debug > Start Without Debugging** (Ctrl+F5 by default) when testing games for performance.