Ask HN: Web app freezes, but not when Chrome is recording. How to debug?

febed | 6 points

If you can't inspect it due to it freezing, I suggest trying to make it not freeze to begin with.

Slash dependencies and code until you get to a state that doesn't freeze. Then start adding dependencies and code back one at a time until it starts freezing again.

Narrow it down and you'll get it, eventually.

bitbasher | 3 days ago

How many machines have you tried? This sounds like it might be one of those things that only happens on a dev box.

kentbrew | 2 days ago