I started working on MEAN stack recently and being a fan of javascript I am enjoying learning it. I sometimes extremely hard to debug the code and end up doing a lot of greps, console.logs . Is there is better way to debug, preferably stepin, step out way of debugging.
I started with the boiler plate code of MEAN.io .