由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - Question about DDD Debugger
相关主题
any debugging tool? 帮我看看我的GCC怎么了!谢谢
Is there a decent debugger for gcc?"Makefile" help
cxterm compile[转载] 这里有人用过debugger xdb吗?
光驱问题again[转载] 怎样在Solaris 5.7下输入中文?
关于一个C++library的连接[转载] Re: about incoming email
Makefile help!exec 求救
Re: Makefile help!( -g option)A problem
makefile 文件是不是可以看作一种shell?[转载] Help, about clock().
相关话题的讨论汇总
话题: ddd话题: debugger话题: exec话题: makefile话题: question
进入Unix版参与讨论
1 (共1页)
l***a
发帖数: 23
1
Anybody familiar with DDD Debugger?
im using it under solaris on an ultra10. i've compiled some codes into an exec
file, but the DDD doesn't recognize it as executable :(
The inferior debugger of DDD is gdb, which im not familiar with either :(
A collegue can run the same exec file using DDD under linux...
Anyone knows what i should do to make DDD accept exec files under solaris?
Thanks in advance!!!
555~~~, i've been tied up with these codes for too long...
r****d
发帖数: 375
2
Have you used the -g to compile the code?

exec

【在 l***a 的大作中提到】
: Anybody familiar with DDD Debugger?
: im using it under solaris on an ultra10. i've compiled some codes into an exec
: file, but the DDD doesn't recognize it as executable :(
: The inferior debugger of DDD is gdb, which im not familiar with either :(
: A collegue can run the same exec file using DDD under linux...
: Anyone knows what i should do to make DDD accept exec files under solaris?
: Thanks in advance!!!
: 555~~~, i've been tied up with these codes for too long...

l***a
发帖数: 23
3
nah. i didn't know the -g option.
but now i don't know where to use -g in those complicated Makefile :(

【在 r****d 的大作中提到】
: Have you used the -g to compile the code?
:
: exec

w********e
发帖数: 2
4
add -g to the line where gcc or cc is in Makefile. "-g" is option for
compiler.
If a really complicated Makefile, look for keyword like "debug/DEBUG", and
make debug version of the code.
It might help to understand the code better if you know the outline of
Makefile; before even go to debug.

an
solaris?

【在 l***a 的大作中提到】
: nah. i didn't know the -g option.
: but now i don't know where to use -g in those complicated Makefile :(

1 (共1页)
进入Unix版参与讨论
相关主题
[转载] Help, about clock().关于一个C++library的连接
where to get latest version of vi for solaris?Makefile help!
where is libstdc++Re: Makefile help!( -g option)
please help, CGI..makefile 文件是不是可以看作一种shell?
any debugging tool? 帮我看看我的GCC怎么了!谢谢
Is there a decent debugger for gcc?"Makefile" help
cxterm compile[转载] 这里有人用过debugger xdb吗?
光驱问题again[转载] 怎样在Solaris 5.7下输入中文?
相关话题的讨论汇总
话题: ddd话题: debugger话题: exec话题: makefile话题: question