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
OfEditor Debugger Session - A collection of signals for the
EditorDebuggerSessionclass.