1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Clarify EngineDebugger and EditorDebugger* documentation

This commit is contained in:
Danil Alexeev
2024-10-21 11:36:59 +03:00
parent 44fa552343
commit be41e6f84e
4 changed files with 30 additions and 9 deletions

View File

@@ -827,7 +827,7 @@ void ScriptEditorDebugger::_parse_message(const String &p_msg, uint64_t p_thread
bool parsed = EditorDebuggerNode::get_singleton()->plugins_capture(this, p_msg, p_data);
if (!parsed) {
WARN_PRINT("unknown message " + p_msg);
WARN_PRINT("Unknown message: " + p_msg);
}
}
}