Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Chrome DevTools port forwarding doesn't work for high port numbers

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.

like image 688
Linus Avatar asked Apr 11 '14 09:04

Linus


1 Answers

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

like image 130
Kayce Basques Avatar answered Oct 24 '22 12:10

Kayce Basques