getify/LABjs

[Question] Does LABjs scrub out the debugger keyword?

openly-retro opened this issue · 2 comments

Hi -- I am attempting to troubleshoot some code that is queued into LABjs via an anonymous function. I have inserted a few debugger statements but they don't seem to trigger. As part of my troubleshooting, could you confirm that LABjs doesn't scrub out debugger statements?

It does not touch the loaded code in any way.

Thank you very much for confirming!