godot/doc
Juan Linietsky 5e512b705e Support threads in the script debugger
* This implementation adds threads on the side of the client (script debugger).
* Some functions of the debugger are optimized.
* The profile is also now thread safe using atomics.
* The editor can switch between multiple threads when debugging.

This PR adds threaded support for the script language debugger. Every thread has its own thread local data and it will connect to the debugger using multiple thread IDs.
This means that, now, the editor can receive multiple threads entering debug mode at the same time.
2023-07-26 12:06:45 +02:00
..
classes Support threads in the script debugger 2023-07-26 12:06:45 +02:00
tools Merge pull request #79406 from Calinou/docstatus-fix-version 2023-07-14 18:50:04 +02:00
translations i18n: Sync translations with Weblate 2023-07-05 16:04:29 +02:00
class.xsd Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Doxyfile
Makefile [Export docs] Move docs to platform folders. 2023-04-20 11:02:12 +03:00