Is it possible to remote debug a VirtualBox with visual studio?

后端 未结 1 1653
说谎
说谎 2021-01-30 06:44

I\'m running different versions of our application on Sun\'s open source VirtualBox, is it possible to remote debug the app from the host OS with Visual Studio? The problem is t

相关标签:
1条回答
  • 2021-01-30 07:21

    It sounds like your guest setting have NAT for the netowking adapter. Go into the guest setting, choose networking and if the type of network is NAT switch it to Bridged. NAT produces an address range that is not public; whereas, bridged will give the guest OS an IP on the same subnet as the host.

    0 讨论(0)
提交回复
热议问题