분류
Nodejs
node-inspector - Blink Developer Tools를 기반으로하는 디버거.
본문
https://github.com/node-inspector/node-inspector
// Remove all window.localStorage.clear() // Or, to list keys so you can selectively remove them with removeItem() window.localStorage // Remove all the watch expressions window.localStorage.removeItem('watchExpressions') // Remove all the breakpoints window.localStorage.removeItem('breakpoints')
- 이전글debug - 작은 디버깅 유틸리티. 19.03.07
- 다음글ironNode - ES2015를 즉시 지원하는 Node.js 디버거. 19.03.07