DEV Community

Discussion on: 5 JavaScript Console Methods That will Improve your Debugging Skills🚀

Collapse
 
decker67 profile image
decker

Did you ever try to debug a vue/react/... appliation, it simply does not work in most cases to place a breakpoint or get to a specific line, due to the compiling and optimizing. So console.log is the last resort.

Collapse
 
daspete profile image
Das PeTe

Yes, but you are right, it takes some setup to get the debugger working on a Vue or react app... But it's possible.