Allow selecting editor debug host and port.
Possibly fixes various editor<->debugger connection related problems.
This commit is contained in:
@ -412,8 +412,6 @@ void EditorSettings::setup_network() {
|
||||
for (List<IP_Address>::Element *E = local_ip.front(); E; E = E->next()) {
|
||||
|
||||
String ip = E->get();
|
||||
if (ip == "127.0.0.1")
|
||||
continue;
|
||||
|
||||
if (lip == "")
|
||||
lip = ip;
|
||||
|
||||
Reference in New Issue
Block a user