|
@@ -32,6 +32,12 @@ You can use the buttons in the top-right corner to:
|
|
- **Break**. This button pauses the game's execution.
|
|
- **Break**. This button pauses the game's execution.
|
|
- **Continue**. This button resumes the game after a breakpoint or pause.
|
|
- **Continue**. This button resumes the game after a breakpoint or pause.
|
|
|
|
|
|
|
|
+.. warning::
|
|
|
|
+
|
|
|
|
+ Breakpoints won't break on code if it's
|
|
|
|
+ :ref:`running in a thread <doc_using_multiple_threads>`.
|
|
|
|
+ This is a current limitation of the GDScript debugger.
|
|
|
|
+
|
|
Errors
|
|
Errors
|
|
++++++
|
|
++++++
|
|
|
|
|