From 34f7edf86c6aa63085c506fea7c8d42e929213ca Mon Sep 17 00:00:00 2001 From: Sean Campbell Date: Sat, 30 Sep 2023 17:04:25 -0700 Subject: [PATCH] Corrected --e to -e --- contributing/development/configuring_an_ide/rider.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing/development/configuring_an_ide/rider.rst b/contributing/development/configuring_an_ide/rider.rst index af7daf57167..37a8d6ed389 100644 --- a/contributing/development/configuring_an_ide/rider.rst +++ b/contributing/development/configuring_an_ide/rider.rst @@ -51,7 +51,7 @@ if you want to debug the editor, you need to configure the debugger first. :: - --e --path + -e --path This will tell the executable to debug the specified project without using the project manager. Use the root path to the project folder, not ``project.godot`` file path.