* Tobias C. Rittweiler [2009-10-25 12:44+0100] writes:
If, now, you know that an error came from the same code path (often the case when you're interactively writing some part of your application), you can develop a good sense how restarts are numbered.
If it's from the same code path it will be numbered just the same because you will hit the same error again.
Helmut