크롬 console.log를 VSCode 안에서 볼수있다 #489
milooy
started this conversation in
Today I Learned
Replies: 1 comment
-
오 완전 꿀팁이네요! 감사합니다 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
.vscode/settings.json에
를 추가하고 webpack.config.js에 sourcemap 켜두면
→ F5로 브라우저 켰을때 9222 포트랑 attach해줘서 크롬 console을 VSCode속에서 볼 수 잇슴
→ console.log도 구찮음. debugger도 바로 찍어 변수값 볼 수 있음
Beta Was this translation helpful? Give feedback.
All reactions