wss로 받는 구조
node debug
- launch type
커맨드 실행
- attach type
browser debug
- launch type
브라우저 실행, remote 개발환경이면 안된다
- attach type
.ssh/config remote 일 때 remote forwarding 해야
windows cmd
Debug Browser Apps using Visual Studio Code
Visual Studio Code includes a built-in debugger for Edge and Chrome. There are a couple ways to get started with it. We also have more detailed walkthroughs to get started with React, Angular, Vue, and Ember, as well as other debugging recipes.
https://code.visualstudio.com/docs/nodejs/browser-debugging

