diff --git a/doc/source/index.rst b/doc/source/index.rst index ab8d1ec..9fc7db4 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -93,3 +93,10 @@ Creating your own behavior trees :glob: classes/class_* + +Debugging behavior trees +~~~~~~~~~~~~~~~~~~~~~~~~ + +In Godot Engine, follow to "Bottom Panel > Debugger > LimboAI" tab. With the LimboAI debugger, +you can inspect any currently active behavior tree within the running project. The debugger can be detached +from the main editor window, which can be particularly useful if you have a HiDPI or a secondary display.