Hacker News new | ask | show | jobs
by AdamTReineke 1589 days ago
One more trick:

Add a conditional breakpoint with the condition: `value = "someOverrideValue", false` to make the breakpoint change the value when it is reached without actually stopping execution. Great for when you need state changed but the app is always trying to override it. Here's a video from a talk I gave five years ago that demonstrates that: https://youtu.be/uixXOTCNbhs?t=1182

1 comments

Woah. Now that is incredibly useful.
It's also used by malicious websites that don't like security researchers looking at their source, just to say.