godot/core/debugger
Yuri Sizov d8ff69d53c Extract ScriptInstance to simplify includes
This allows to include script_instance.h directly in the
generated gdvirtual.gen.inc, and remove excessive includes
from the codebase.

This should also allow Resource to use GDVIRTUAL macros,
which wasn't possible previously due to a circular dependency.
2023-09-06 22:54:38 +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
engine_profiler.h Extract ScriptInstance to simplify includes 2023-09-06 22:54:38 +02:00
local_debugger.cpp
local_debugger.h
remote_debugger_peer.cpp
remote_debugger_peer.h
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
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