Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

visual tool for debugging recursive code

when debugging code which's called recursively many times, sometimes it gets difficult to realize which execution of the code you are seeing. Is there any IDE graphic tool which helps to see that with diagrams or something?

like image 249
Meli Avatar asked Jan 02 '26 09:01

Meli


2 Answers

Now this is an very old and already answered topic but Visual Studio has the parallel debugging window which allows you to see the state of your variables. Callstack is typically very hard to track.

See more in Kaycee Anderson's MSDN blog

Here is a reference taken from the blog Parallel Debugging

like image 66
Samuel Avatar answered Jan 03 '26 22:01

Samuel


I think your looking for "Call Stack" in Visual Studio. Other IDEs have similar functionality.

like image 24
James Avatar answered Jan 03 '26 23:01

James



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!