launch.json폴더를 열어서 url이랑 크롬 디버깅프로그램이랑 연결해주면된다.
{
"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'
반응형
'Network&etc > HTTP' 카테고리의 다른 글
API 테스트 (0) | 2021.09.02 |
---|---|
[HTTP] 리다이렉트 정리중.. (0) | 2021.07.06 |
[웹접근성 가이드] (0) | 2021.04.19 |
패스트캠퍼스 프론트엔드 개발 올인원 패키지 with React 올인원 패키지 Online. 챌린지 참여 후기 (0) | 2020.10.16 |
크롬으로 자바스크립트 디버깅 (0) | 2020.07.11 |