Module editor_debugger_session
Expand description
Sidecar module for class EditorDebuggerSession
.
Defines related flag and enum types. In GDScript, those are nested under the class scope.
Structs§
- ExSend
Message - Default-param extender for
EditorDebuggerSession::send_message_ex
. - ExToggle
Profiler - Default-param extender for
EditorDebuggerSession::toggle_profiler_ex
. - SigBreaked
- SigContinued
- SigStarted
- SigStopped
- Signals
InEditor Debugger Session - A collection of signals for the
EditorDebuggerSession
class.