Is there a way to debug/trace every javascript event in Internet Explorer 7?
I have a bug that prevents scrolling after text-selecting, and I have no idea which event or action creates the bug. I really want to see which events are being triggered when I move the mouse for example.
it's too much work to rewire the source and i kinda hoped there was something like a sniffer which shows me all the events that are triggered.