How to debug in the back-end
Hello, I just realised that I never make use of debugging tools when it comes to web development. Every time I use console log statements and this might not be the best way to debug things especially if things get really complex.
I was reading a bit how to debug JS files in the front-end, I grasp the concept. But for back-end, when a server is running, is there a way to debug in these scenarios pls
I was reading a bit how to debug JS files in the front-end, I grasp the concept. But for back-end, when a server is running, is there a way to debug in these scenarios pls
