在 DBX 中我无法进入特定功能?
在 dbx 中,我使用 stop.Like stop 函数对特定函数进行了中断。但它并没有停止在那里,而是当我尝试使用步骤命令介入时,我收到此错误
after line 17745: (noname) = @0xf1deaa3c
可能是什么问题???
In dbx i have a put a break on a particular function using stop.Like stop function. But it is not stopping there instead when i try to step in using step command I get this error
after line 17745: (noname) = @0xf1deaa3c
What could be the problem???
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不认识该输出消息。我无法猜测该消息可能意味着什么。您能告诉我们您正在使用什么操作系统吗?是 Linux 还是 Solaris 还是其他? dbx 的版本是什么?
I don't recognize that output message. I can't guess what the message is likely to mean. Could you tell us what OS you are using? Is it Linux or Solaris or something else? What is the version of dbx?