Hacker News new | ask | show | jobs
by jkingsman 1056 days ago
I'm surprised to not see Chrome's handy "Never pause here" menu that appears when you right click any line of JS, including debug breakpoints. This is typically what I do when there's a debug in an intervaled function (simple anti-debug commonly found on some video sites).

Example: https://i.imgur.com/BsphnEu.png

3 comments

I knew I forgot to mention something :) I do love this option but I wasn't able to get it to work with this obfuscation technique either.
I don’t think that works with eval code because it doesn’t have a file:0:0 address
That would make sense.
thats interesting. I've always seen that but always ignored it, not knowing what I could use it for