Clancey / vscode-comet

Other
31 stars 11 forks source link

[Question] Mono sdb cannot connect from physical iPhone #46

Closed JaneySprings closed 1 year ago

JaneySprings commented 1 year ago

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 )

image

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.

image

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

JaneySprings commented 1 year ago

After some experiments, I understood that mlaunch only works one way and can transfer data from iphone to mac. I'll try to change the wifiListener.