在 JProfiler 中显示监视器堆栈跟踪中的行号
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在分析设置中,您可以打开行号解析:
请注意,节点上的行号始终引用到父节点中的类。
In the profiling settings you can switch on line number resolution:
Note that the line number on a node always refers to the class in the parent node.