Allow to ignore debugger error breaks
This commit is contained in:
@@ -136,6 +136,10 @@ Error EditorRun::run(const String &p_scene, const String &p_write_movie, const V
|
||||
args.push_back("--skip-breakpoints");
|
||||
}
|
||||
|
||||
if (EditorDebuggerNode::get_singleton()->is_ignore_error_breaks()) {
|
||||
args.push_back("--ignore-error-breaks");
|
||||
}
|
||||
|
||||
if (!p_scene.is_empty()) {
|
||||
args.push_back(p_scene);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user