DEV Community

Discussion on: What is your debugging approach?

Collapse
 
negue profile image
negue

console.log , sometimes also using the Browser-Debugger but mostly console.log 😅
find the wrong variable, fix, another issue, add console.log again, repeat :D

After too many written console.log()'s I recently began work on a kind of debug-dashboard, which will hopefully help to get a better sense to the written logs (or rather better visibility of the testing vars)