|
|
|
|
|
by mysterydip
1743 days ago
|
|
The problem with breakpoints is my loop runs 1000 times and I only care about the one time it errors. Making watch logic for that sometimes is too complicated or changes the outcome (race conditions especially). This seems like a great solution. I'll be checking it out! |
|
That works well for ruby and javascript and probably lots of others.
e.g. something like the equivalent of
I'm really excited by Replay. I think it will be invaluable.