由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - need help about GDB
相关主题
一个关于GDB的问题how come this stupid question?
Question: GDB debug C++ program in UnixA problem
any debugging tool?how to transfer C program run under VC to Unix?
where is libstdc++C++5.0的初级问题
[转载] 奇怪的bug,弄得我没脾气!please help, CGI..
[转载] ask a question.compiled on Solaris 9, run on Solaris 8?
Help: convert // to /* */ in C code?emacs .el files
[转载] how to debug multi-threaded program?c compile error help!
相关话题的讨论汇总
话题: gdb话题: files话题: know话题: execute
进入Unix版参与讨论
1 (共1页)
z***n
发帖数: 18
1
Is there someone know how to set breakpoints in different files? I compile
several c files into one execute file, but I don't know how to debug it .
Thanks a lot.
p******f
发帖数: 162
2

break function
break class::function (c++)

【在 z***n 的大作中提到】
: Is there someone know how to set breakpoints in different files? I compile
: several c files into one execute file, but I don't know how to debug it .
: Thanks a lot.

T********r
发帖数: 6210
3
b file:line-or-function

【在 z***n 的大作中提到】
: Is there someone know how to set breakpoints in different files? I compile
: several c files into one execute file, but I don't know how to debug it .
: Thanks a lot.

1 (共1页)
进入Unix版参与讨论
相关主题
c compile error help![转载] 奇怪的bug,弄得我没脾气!
how to get rid of the ^M in files?[转载] ask a question.
want to confirm ? on linked fileHelp: convert // to /* */ in C code?
Questions about Makefile[转载] how to debug multi-threaded program?
一个关于GDB的问题how come this stupid question?
Question: GDB debug C++ program in UnixA problem
any debugging tool?how to transfer C program run under VC to Unix?
where is libstdc++C++5.0的初级问题
相关话题的讨论汇总
话题: gdb话题: files话题: know话题: execute