|
|
|
|
|
by Locke1689
4450 days ago
|
|
Yup, as I said, the problem is crash dumps. If this only affected debugging it would be a minor annoyance, but it destroys information in client crash dumps which get delivered by Watson, effectively making dumps useless. Exception filters run before the stack is unrolled, so if you crash your process in an exception filter the stack is preserved. |
|