We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
-pid number -p number 连接到进程ID 号 -command file -x file 从file文件执行命令
ex:ps -x | grep 进程名 获取进程id 例: 2018 ex: gdb -pid 2018 -x gdb.txt
gdb.txt文件内容格式如: b main.cpp:20 c p a q
本来想自己写一个md文件上传到分支的, 但创建一看, 编辑格式没找到, 上传了一个空文档
The text was updated successfully, but these errors were encountered:
No branches or pull requests
-pid number
-p number
连接到进程ID 号
-command file
-x file
从file文件执行命令
ex:ps -x | grep 进程名
获取进程id 例: 2018
ex: gdb -pid 2018 -x gdb.txt
gdb.txt文件内容格式如:
b main.cpp:20
c
p a
q
本来想自己写一个md文件上传到分支的, 但创建一看, 编辑格式没找到, 上传了一个空文档
The text was updated successfully, but these errors were encountered: