DEV Community

Discussion on: why you should not use console.log( ) for debugging ?

Collapse
 
robbeclaessens profile image
Robbe Claessens

The problem I find with debugging is sometimes the breakpoints dont work with async functions. Debugger statement helps, but not that handy.