Hello. Thank you for your extension! I noticed that the debug does not work from a physical iOS device. I understand that the "start debugger: sdb" command is not sent to iPhone (most likely it stopped at this.wifiListener.BeginAccept )
I tried to use mlaunch --tcp-tunnel=XXXX:XXXX --devname=XXXX. Seems like forwarding created but debug still does not work.
Then I tried to see what was going on in dotnet via binlog but I find only install and start app.
I install and run app the same way dotnet does, but no magic happens=)
It seems to me that I need to use the command --tcp-tunnel, but I do not know how to do it
Hello. Thank you for your extension! I noticed that the debug does not work from a physical iOS device. I understand that the "start debugger: sdb" command is not sent to iPhone (most likely it stopped at
this.wifiListener.BeginAccept
)I tried to use
mlaunch --tcp-tunnel=XXXX:XXXX --devname=XXXX
. Seems like forwarding created but debug still does not work.Then I tried to see what was going on in dotnet via binlog but I find only install and start app.
I install and run app the same way dotnet does, but no magic happens=) It seems to me that I need to use the command
--tcp-tunnel
, but I do not know how to do it