vs코드로 chrome 디버깅 연결하기
본문 바로가기

Network&etc/HTTP

vs코드로 chrome 디버깅 연결하기

launch.json폴더를 열어서 url이랑 크롬 디버깅프로그램이랑 연결해주면된다.

vs코드 디버깅모드로 들어가서 디버깅 옵션을 클릭해 add configuration을 누른다.

        {
            "name": "Launch index.html",
            "type": "chrome",
            "request": "launch",
            "file": "${workspaceFolder}/index.html"
        },

powershell 경로

& 'C:/Users/admin/anaconda3/envs/python-flask/python.exe' server.py '--host=0.0.0.0' '--port=80'

반응형