๐debugger
normally does nothing.
if a debugger program is available and running (๐ see โญ๏ธ ้้ป), then it may perform some kind of debugging action.
in practice, this statement acts like a breakpoint.
it is not enough to have a debugger available.
the debugger statement wonโt start the debugger for you.
if youโre using a web browser and have the devtools open, this statement will cause a breakpoint.
Last updated
Was this helpful?