godot/core/debugger
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
..
debugger_marshalls.cpp Support threads in the script debugger 2023-07-26 12:06:45 +02:00
debugger_marshalls.h Support threads in the script debugger 2023-07-26 12:06:45 +02:00
engine_debugger.cpp Support threads in the script debugger 2023-07-26 12:06:45 +02:00
engine_debugger.h Support threads in the script debugger 2023-07-26 12:06:45 +02:00
engine_profiler.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
engine_profiler.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
local_debugger.cpp Fix infinite loop on EOF in the command line debugger 2023-06-11 04:20:22 -07:00
local_debugger.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
remote_debugger.cpp Support threads in the script debugger 2023-07-26 12:06:45 +02:00
remote_debugger.h Support threads in the script debugger 2023-07-26 12:06:45 +02:00
remote_debugger_peer.cpp Fix thread IDs. 2023-04-24 15:13:58 +02:00
remote_debugger_peer.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
script_debugger.cpp Support threads in the script debugger 2023-07-26 12:06:45 +02:00
script_debugger.h Support threads in the script debugger 2023-07-26 12:06:45 +02:00
SCsub SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00