I have a StackOverflowException which is occurring deep inside the LINQ DataContext upon a call to SubmitChanges
. After a lot of time wasted trying to pinpoint where the overflow is occurring, I can't seem to figure it out.
How can I see what the stack looked like just before the stack overflow is shown?