Topic was automatically imported from the old Question2Answer platform.
Asked By
igbow
when I run a project the output is always empty, debugger same thing and when I run the profiler there is nothing
but it is printing on the second windows that is always open on the background (windows10)
and when I connect a phone it says - DEVICE API < 21 OR NO USB CONNECTION (the project run on the phone but no output here too but only on the second windows)
started happening to me with godot 3.2 rc3
not sure if it’s a bug or I am doing something wrong
It’s unchecked, this is happening with all my projects, it’s not project specific
igbow | 2020-03-03 00:00
Hmmm… Grasping at straws here, but you might check this also :
Editor | Editor Settings | Network | Debug
Is Remote Host set to 127.0.0.1?
Also, is it possible that your firewall is blocking some Godot functionality?
jgodfrey | 2020-03-03 00:36
Thank you so much for taking the time, the remote host is set to 127.0.0.1.
and I don’t think the firewall is blocking because the project get deployed on the phone (function as it should, but no debug)
when I restart the editor and without plugin the phone every thing work as it should ( output, debugger, profiler)
but then when I plugin the phone, first I get the device API message so there is no debug through usb and then no more output, debugger and profiler if I run the project on the computer.
igbow | 2020-03-03 06:55
Is there any update on this? Break points does not work in editor when app deployed to virtual android device.