在 JProfiler 中显示监视器堆栈跟踪中的行号

发布于 2024-12-27 23:27:15 字数 111 浏览 1 评论 0原文

我正在使用 JProfiler 来调试一些锁争用问题。我可以在监视器历史记录中看到有问题的阻塞锁使用情况,并且可以看到等待线程和拥有线程的过滤堆栈跟踪。但是,堆栈跟踪不显示任何行信息。有没有办法获得这些回溯?

I am using JProfiler to debug some lock contention problems. I can see the problematic blocked lock usages in the monitor history, and can see the filtered stack trace for waiting thread and owning thread. However, the stack trace doesn't display any line information. Is there a way to get these backtraces?

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

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

发布评论

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

评论(1

小帐篷 2025-01-03 23:27:15

在分析设置中,您可以打开行号解析:

在此处输入图像描述

请注意,节点上的行号始终引用到父节点中的类。

In the profiling settings you can switch on line number resolution:

enter image description here

Note that the line number on a node always refers to the class in the parent node.

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