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

Method _stop_and_notify

editor/debugger/script_editor_debugger.cpp:1276–1280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1274}
1275
1276void ScriptEditorDebugger::_stop_and_notify() {
1277 stop();
1278 emit_signal(SNAME("stopped"));
1279 _set_reason_text(TTR("Debug session closed."), MESSAGE_WARNING);
1280}
1281
1282void ScriptEditorDebugger::stop() {
1283 set_process(false);

Callers 1

stopMethod · 0.80

Calls 1

TTRFunction · 0.85

Tested by

no test coverage detected