DEV Community

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

Collapse
 
ibibgor profile image
Oscar

Besides breakpoints, a lot of tools offer Logpoints or Tracepoints. They do not break execution but only output the contents of a variable.