Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

디버깅 방법 공유 #61

Open
soobing opened this issue Jul 21, 2021 · 0 comments
Open

디버깅 방법 공유 #61

soobing opened this issue Jul 21, 2021 · 0 comments

Comments

@soobing
Copy link
Member

soobing commented Jul 21, 2021

Node.js 디버깅 방법

https://nodejs.org/ko/docs/guides/debugging-getting-started/

typescript-eslint 프로젝트 디버깅 하는 방법

크게 두 가지 있음.

  1. chrome://inspect 접속
  2. VSC 에서 디버깅

eslint-plugin 경로로 가서 다음과 같이 커멘드 입력 (디버깅 실행)

node --inspect-brk ../../node_modules/.bin/jest naming-convention(디버깅 하려는 룰)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants