Many times (as in: always
) I use the script debugging windows and trace event calling for checking out scripts.
But many times (as in: many times
) I come across bugs or other things when certain events are fired. It is not possible to see if previous listed events were fired right before or were fired a long time before (and thus less likely related to the bug or whatever)...
Adding a time value (seconds, but even maybe milliseconds too!) will solve these issues...
What do you think?