I have solution with few projects for calculation proposes. Code after 20 minutes of work crashing by StackOverflowException. How to find problem? I don’t have any recursion functions in code or when i have then by mistake, i don’t writing this things.
With what tool i can find some recursions or other things that can produce StackOverFlowException? Or how to find some information that can lead me to solve problem?
Thanks!
Run it in the VS debugger and look at the call stack after the exception occurs.