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