Recursion is employed in both business and logical contexts. It would be more beneficial to display the current count of recursive calls during the iteration of the same action in debug mode.
in debugging, you can see on the left in the Threads area all the recursions, and you can go back up to look at the variable values in higher than the current recursion. Is that not enough for debugging ?
Hi @Dorine Boudry , i tried the same but i can see only one Thread record even after multiple recursive hit.
don't know why that would be, when I test, i see consecutive calls added to the Treads section, and I can click on higher ones to see the variables in use at that level
To me, it looks like your call stack is maybe collapsed, there is a little arrow in front of it, and it kind of looks like pointing to the right instead of down on your screenprint.
As Dorine already states this is already available in Service Studio