Can't bind to local XXXX for debugger

后端 未结 7 2531
闹比i
闹比i 2021-02-20 10:02

I keep getting the Can\'t bind to local XXXX for debugger message in console, but not for 1 port, for all random ports. I have done what\'s stated in this question,

7条回答
  •  感动是毒
    2021-02-20 10:31

    C:\WINDOWS\system32\drivers\etc\host

    And should contain this line :

    127.0.0.1       localhost 
    

    If you have ipv6 ip address ::1 in your host file you need to delete or remark it.

提交回复
热议问题