Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- 부팅디스크
- marquee
- 반복문
- Intellij
- GIT
- Vue
- 자바
- CentOS
- gitbash
- 한글깨짐
- 잠시만조용히
- CentOS7
- 로그
- AI
- 핫모듈
- 아오
- While문
- 인공지능
- 운영체제
- for문
- 연결리스트
- 깃
- Linked List
- Linux
- 인텔리제이
- MUI
- 안드로이드 빌드 안될때
- rufus
- 백틱
- 안드로이드 빌드 안됨
Archives
- Today
- Total
새끼 개발자의 Life is egg
[Node.js] Node 크롬 개발자 도구에서 로그 확인하기 본문
노드를 실행할 때 --inspect를 붙인다
예)
node --inspect app.js
nodemon --inspect app.js
크롬 창을 띄워서 여기로 접속한다
chrome://inspect
Devices 목록에 app.js 가 뜰것임 (조금 시간이 걸릴수도 있다...)
하단의 inpect 링크를 글릭하면 개발자도구가 나온다
'개발's egg > Javascript' 카테고리의 다른 글
노드 버전 여러개 사용하기 (0) | 2023.09.18 |
---|---|
[Node.js] Multer는 저장할 때 확장자를 찢어... (0) | 2023.09.08 |
[Node.js] express post 데이터 받기 (0) | 2023.09.07 |
[Node.js] Module ~ needs an import assertion of type "json" (0) | 2023.09.07 |
리액트 포트 다른걸로 바꾸기 (0) | 2023.09.01 |
Comments