Home

Wrong stack on recent Beta version

I'm running some simple code in LinqPAD that gets all letter permutations of an input string. Using the debugger I can see the right call stack in v7 (7.8.10 in the left window below) but for the v8 Beta (tried with 8.4.10 and 8.5.5) this doesn't show up correctly, in the sense that only one stack frame is seen for my recursive function when this was clearly called multiple times.

Note that the same exact code is present in both windows below.

Comments

Sign In or Register to comment.