When I run my project it does not display any debug information and instead shows this in the command prompt;
OPENING: C:/Users/Bennies Home/Desktop/Pong (C:::Users::Bennies Home::Desktop::Pong)
running cmdline: "C:\Users\Bennies Home\Desktop\Godot_v2.1.4-stable_win64.exe" "-path" "C:/Users/Bennies Home/Desktop/Pong" "-editor"
unicode error: invalid skip
ERROR: PopupMenu::get_item_text: Index p_idx out of size (items.size()).
At: scene\gui\popup_menu.cpp:674
ERROR: PopupMenu::set_item_checked: Index p_idx out of size (items.size()).
At: scene\gui\popup_menu.cpp:622
running: C:\Users\Bennies Home\Desktop\Godot_v2.1.4-stable_win64.exe -path C:/Users/Bennies%20Home/Desktop/Pong -rdebug 169.254.52.33:6096 -allow_focus_steal_pid 2760 -p 0x0 res://World.tscn
running cmdline: "C:\Users\Bennies Home\Desktop\Godot_v2.1.4-stable_win64.exe" "-path" "C:/Users/Bennies%20Home/Desktop/Pong" "-rdebug" "169.254.52.33:6096" "-allow_focus_steal_pid" "2760" "-p" "0x0" "res://World.tscn"
Remote Debugger: Connection failed with status: '1', retrying in 1 sec.
Remote Debugger: Connection failed with status: '1', retrying in 1 sec.
Remote Debugger: Connection failed with status: '1', retrying in 1 sec.
Remote Debugger: Unable to connect
what should I do?