mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Rename debug/debug_port to network/debug_port.
Expose it in editor settings.
This commit is contained in:
parent
7a4dc3be41
commit
aa167fa04b
5 changed files with 7 additions and 6 deletions
|
|
@ -37,7 +37,6 @@
|
|||
#include "os/file_access.h"
|
||||
#include "os/input.h"
|
||||
#include "os/keyboard.h"
|
||||
#include "os/keyboard.h"
|
||||
#include "os/os.h"
|
||||
#include "scene/main/viewport.h"
|
||||
|
||||
|
|
@ -2158,8 +2157,6 @@ void ScriptEditor::_editor_play() {
|
|||
debug_menu->get_popup()->set_item_disabled(debug_menu->get_popup()->get_item_index(DEBUG_STEP), true);
|
||||
debug_menu->get_popup()->set_item_disabled(debug_menu->get_popup()->get_item_index(DEBUG_BREAK), false);
|
||||
debug_menu->get_popup()->set_item_disabled(debug_menu->get_popup()->get_item_index(DEBUG_CONTINUE), true);
|
||||
|
||||
//debugger_gui->start_listening(Globals::get_singleton()->get("debug/debug_port"));
|
||||
}
|
||||
|
||||
void ScriptEditor::_editor_pause() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue