11

enter image description here

When debugging web applications on Android the port forwarding feature of Chrome DevTools works fine for ports with low numbers. However, high port numbers (such as 51262) does not work for me. How does one get high port numbers working?

By default Visual Studio uses such high numbers for web applications. It would be convenient not to have to change ports in the Visual Studio projects.

Linus
  • 3,254
  • 4
  • 22
  • 36

1 Answers1

1

Port Forwarding for ports 32768 to 65535 now works, as of October 24, 2017. You'll see the fix in Chrome 64. Check chrome://version to see what version of Chrome you're on. Chrome auto-updates to a new major version every 6 weeks.

https://bugs.chromium.org/p/chromium/issues/detail?id=688050

Kayce Basques
  • 23,849
  • 11
  • 86
  • 120