Rename debug/debug_port to network/debug_port.

Expose it in editor settings.
This commit is contained in:
Fabio Alessandrelli
2017-05-12 19:27:16 +02:00
parent 7a4dc3be41
commit aa167fa04b
5 changed files with 7 additions and 6 deletions

View File

@@ -1047,7 +1047,7 @@ void EditorExportPlatform::gen_export_flags(Vector<String> &r_flags, int p_flags
r_flags.push_back("-rdebug");
r_flags.push_back(host + ":" + String::num(GLOBAL_DEF("debug/debug_port", 6007)));
r_flags.push_back(host + ":" + String::num(GLOBAL_DEF("network/debug_port", 6007)));
List<String> breakpoints;
ScriptEditor::get_singleton()->get_breakpoints(&breakpoints);