I'm pretty new to RE and i'm trying to get a handle on olly. I want to take a look at how the Math.random() javascript function works in firefox by making a call to it, and debugging firefox as it executes that call. My problem is getting olly to break at a pertinent time. Is there a way I can just get olly to watch for a particular value (like, 12345) and then throw that somewhere in my javascript so that when the javascript starts getting executed, Olly will break at least CLOSE to what I should be looking at ?







