Linux系统中有window dbgview吗?
DbgView是Windows调试工具。 Ubuntu/Linux 中的 Window 调试视图有何相似之处?如何在Linux中实时读取调试消息(与Windows中的dbgView相同)?
DbgView is the tool for Windows debug. What is similar to Window debug view in Ubuntu/Linux? How to real time read debug message in Linux (same as dbgView in Windows)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不完全确定你在追求什么,因为我不熟悉 DbgView,但听起来你可能追求的是 dmesg. 这会显示系统日志(包括内核调试语句)。
如果您能明确说明您所需要的功能,您可能会得到更好的答复。例如,当您说“实时读取调试消息”时,您想要调试什么?
I'm not entirely sure what you're after, since I'm not familiar with DbgView, but it sounds like what you might be after is dmesg. This displays the system log (including kernel debug statements).
If you can clarify is exactly the functionality you're after, you might get a better response. For example, when you say "real time read debug message," what is it you want to debug?