+ 5
JS debugger
Anybody here knows a good JS / JQuery debugger that would work on macOS and is free for personal use?
2 Answers
+ 1
I believe Browser Inspect Developer tool already has a pre-built debugger.
I haven't used it, but pretty sure it is what you want.
+ 3
Thank you Niush sitaula. I started to learn the DevTools in Crome, and it seems that thos was indeed what I was looking for. Thank you.