- Регистрация
- 04.05.2024
- Сообщения
- 121
- Благодарностей
- 8
- Баллы
- 18
Добрый день пишу аргументы
--remote-debugging-port=9222
запускаю проверяю
PS C:\Windows\system32> Test-NetConnection 127.0.0.1 -Port 9222
WARNING: TCP connect to 127.0.0.1:9222 failed
ComputerName : 127.0.0.1
RemoteAddress : 127.0.0.1
RemotePort : 9222
InterfaceAlias : Loopback Pseudo-Interface 1
SourceAddress : 127.0.0.1
PingSucceeded : True
PingReplyDetails (RTT) : 0 ms
TcpTestSucceeded : False
что я дела не так ?
--remote-debugging-port=9222
запускаю проверяю
PS C:\Windows\system32> Test-NetConnection 127.0.0.1 -Port 9222
WARNING: TCP connect to 127.0.0.1:9222 failed
ComputerName : 127.0.0.1
RemoteAddress : 127.0.0.1
RemotePort : 9222
InterfaceAlias : Loopback Pseudo-Interface 1
SourceAddress : 127.0.0.1
PingSucceeded : True
PingReplyDetails (RTT) : 0 ms
TcpTestSucceeded : False
что я дела не так ?



