diff --git a/doc/classes/Thread.xml b/doc/classes/Thread.xml index e0a58d573656..46377ecf2094 100644 --- a/doc/classes/Thread.xml +++ b/doc/classes/Thread.xml @@ -5,6 +5,7 @@ A unit of execution in a process. Can run methods on [Object]s simultaneously. The use of synchronization via [Mutex] or [Semaphore] is advised if working with shared objects. + [b]Note:[/b] Breakpoints won't break on code if it's running in a thread. This is a current limitation of the GDScript debugger. https://docs.godotengine.org/en/latest/tutorials/threads/using_multiple_threads.html