Add print_error function, akin to print_line
This commit is contained in:
parent
b44cb4e3b9
commit
1d12470a78
6 changed files with 25 additions and 6 deletions
|
|
@ -832,7 +832,7 @@ void ScriptDebuggerRemote::send_message(const String &p_message, const Array &p_
|
|||
mutex->unlock();
|
||||
}
|
||||
|
||||
void ScriptDebuggerRemote::_print_handler(void *p_this, const String &p_string) {
|
||||
void ScriptDebuggerRemote::_print_handler(void *p_this, const String &p_string, bool p_error) {
|
||||
|
||||
ScriptDebuggerRemote *sdr = (ScriptDebuggerRemote *)p_this;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue