debugging - dbxtool : debug executable and run with arguments

标签 debugging unix

如何从 unix 命令行调试可执行文件并使用 dbxtool 中的参数运行?根据帮助应该是:

-r <executable> <arg> ...

这有效:

dbxtool -r /home/user/mybinaryfile

但是如果我添加这样的参数:

dbxtool -r /home/user/mybinaryfile -s1

或者像这样:

dbxtool -r /home/user/mybinaryfile '-s1'

我收到以下错误:

dbxtool: Unrecognized option '-s1' 

该参数是可执行文件的参数,而不是 dbxtool 的参数。

最佳答案

答案可以在这个链接中找到:https://forums.oracle.com/forums/thread.jspa?messageID=8530395

\\-s1 对我有用,但“'-s1'” 没有。

关于debugging - dbxtool : debug executable and run with arguments,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14939668/

相关文章:

.net - 将所有字符串类型的值从托管堆转储到文件 - WinDbg

android - BubblePopupHelper 填充 Android 调试日志

Android: 在 galaxy s2 中使用 Debug模式

json - 在 linux 中使用 jq 解析 JSON 文件

c - 在 fork() 之后打印子编号

c++ - 删除指针 vector 时调试断言失败 C++

java - 使用 Tomcat 进行调试

bash - ffmpeg 命令在 python 中使用时出错

c - 调度算法cpu时间

linux - 删除指定目录中所有零大小的文件