mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05:00
Limit number of errors and messages sent by runner
This commit is contained in:
@@ -86,7 +86,11 @@ class ScriptDebuggerRemote : public ScriptDebugger {
|
||||
|
||||
List<String> output_strings;
|
||||
List<Message> messages;
|
||||
int max_messages_per_frame;
|
||||
int n_messages_dropped;
|
||||
List<OutputError> errors;
|
||||
int max_errors_per_frame;
|
||||
int n_errors_dropped;
|
||||
|
||||
int max_cps;
|
||||
int char_count;
|
||||
|
||||
Reference in New Issue
Block a user