5e512b705e
* 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. |
||
---|---|---|
.. | ||
debug_adapter | ||
editor_debugger_inspector.cpp | ||
editor_debugger_inspector.h | ||
editor_debugger_node.cpp | ||
editor_debugger_node.h | ||
editor_debugger_server.cpp | ||
editor_debugger_server.h | ||
editor_debugger_tree.cpp | ||
editor_debugger_tree.h | ||
editor_file_server.cpp | ||
editor_file_server.h | ||
editor_performance_profiler.cpp | ||
editor_performance_profiler.h | ||
editor_profiler.cpp | ||
editor_profiler.h | ||
editor_visual_profiler.cpp | ||
editor_visual_profiler.h | ||
script_editor_debugger.cpp | ||
script_editor_debugger.h | ||
SCsub |