vscode-js-debug icon indicating copy to clipboard operation
vscode-js-debug copied to clipboard

Detect what process is using 9222 when it's taken

Open Tyriar opened this issue 4 years ago • 0 comments

I was struggling to figure out why VS Code debugging wasn't working, the first issue was that 9222 was taken by an unrelated app. If we fail to connect can we run Get-Process -Id (Get-NetTCPConnection -LocalPort 9222).OwningProcess and the linux/mac equivalent for the user?

Tyriar avatar Jul 20 '21 21:07 Tyriar