Clarify EngineDebugger and EditorDebugger* documentation

This commit is contained in:
Danil Alexeev 2024-10-21 11:36:59 +03:00
parent 44fa552343
commit be41e6f84e
No known key found for this signature in database
GPG key ID: 124453E157DA8DC7
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);
}
}
}