MCPcopy Create free account
hub / github.com/Redot-Engine/redot-engine / notify_all_debug_sessions_exited

Method notify_all_debug_sessions_exited

editor/editor_node.cpp:5050–5052  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5048}
5049
5050void EditorNode::notify_all_debug_sessions_exited() {
5051 project_run_bar->stop_playing();
5052}
5053
5054void EditorNode::add_io_error(const String &p_error) {
5055 DEV_ASSERT(Thread::get_caller_id() == Thread::get_main_id());

Callers 1

_debugger_stoppedMethod · 0.80

Calls 1

stop_playingMethod · 0.80

Tested by

no test coverage detected