DEV Community

Discussion on: Stop only using console.log and use the built-in node debugger

Collapse
 
leob profile image
leob

Good points, DEBUG=pattern* has occasionally also worked for me, or putting breakpoints at specific places rather than trying to step into things.