用于调试递归代码的可视化工具

发布于 2024-09-05 13:04:59 字数 76 浏览 1 评论 0原文

当调试多次递归调用的代码时,有时很难意识到您所看到的代码执行的是哪个。有没有任何 IDE 图形工具可以帮助您通过图表或其他方式查看该内容?

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?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

蓝眸 2024-09-12 13:05:00

这是一个非常古老且已经回答的主题,但 Visual Studio 具有并行调试窗口,可让您查看变量的状态。调用堆栈通常很难跟踪。

请参阅 Kaycee Anderson 的 MSDN 博客

以下是摘自博客的参考
并行调试

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

梦幻的味道 2024-09-12 13:05:00

我认为您在 Visual Studio 中寻找“调用堆栈”。其他 IDE 也有类似的功能。

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文