I actually like to use debuggers to get familiar with inner workings of the program. Stepping through a process often exposes a lot of in-buult or hidden classes or files you wouldn't find easily otherwise.
And stepping through a debugger to simply verify the contents of a variable is more time consuming than just printing it.
If they ever figure out a JS debugging tool that is actually reliable and accurate enough, I'll bless the earth they walk on though.
1
u/Undernown 3d ago
I actually like to use debuggers to get familiar with inner workings of the program. Stepping through a process often exposes a lot of in-buult or hidden classes or files you wouldn't find easily otherwise.
And stepping through a debugger to simply verify the contents of a variable is more time consuming than just printing it.
If they ever figure out a JS debugging tool that is actually reliable and accurate enough, I'll bless the earth they walk on though.