You Can Place A Breakpoint For Debugging In JS With The Debugger Command
[!INFO]-
topic: π₯οΈ Tech
links: Track the time of some of your JS code with console.time
source: Tips and Tricks for Debugging JavaScript - YouTube
tags: #permanent-noteΒ #published
Last Modified:
=dateformat(this.file.mtime, "MMM. dd, yyyy - HH:mm")
By using the debugger
command, the browser stops code execution and jumps into the debugger at this code line. You can then use the debugger to jump around in the source code, view current values etc.