Skip to content

Commit a84cd8e

Browse files
authored
Merge pull request godotengine#8093 from tobloef/fix-clion-debug-docs
Fix CLion debugging steps
2 parents 3542bc8 + 286039a commit a84cd8e

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

contributing/development/configuring_an_ide/clion.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ CLion does not support compiling and debugging Godot via SCons out of the box. T
2424

2525
::
2626

27-
scons
27+
scons dev_build=yes
2828

2929
To add a custom build target that invokes SCons for compilation:
3030

@@ -47,7 +47,7 @@ To add a custom build target that invokes SCons for compilation:
4747

4848
.. note:: CLion does not expand shell commands like ``scons -j$(nproc)``. Use concrete values instead, e.g. ``scons -j8``.
4949

50-
.. figure:: img/clion-create-build-tool.png
50+
.. figure:: img/clion-create-build-tool.webp
5151
:align: center
5252

5353
- Back in the **External Tools** dialog, click the **+** again to add a second external tool for cleaning the Godot build via SCons. Give the tool a name, e.g. ``Clean Godot debug``, set **Program** to ``scons``, set **Arguments** to ``-c`` (which will clean the build), and set the **Working directory** to ``$ProjectFileDir$``. Click **OK** to create the tool.
Binary file not shown.
61.4 KB
Loading

0 commit comments

Comments
 (0)