由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - any debugging tool?
相关主题
Question about DDD Debugger[转载] GDB crash
[转载] 奇怪的bug,弄得我没脾气!一个关于GDB的问题
Question: GDB debug C++ program in Unixlinux下跑得正常Unix下出错
Re: Question: GDB debug C++ program in Ugdb用得太痛苦了, 有没有好用的debug tools推荐
如何了解coredumpbest deguger for c++ in linux
[转载] how to debug multi-threaded program?Linux 下用 gdb 如何debug java? (转载)
need help about GDB跳槽google
【贴图】这个人的Emacs + GDB 是怎么做出来的? (转载)如何在WINDOWS上DEBUG JAVA
相关话题的讨论汇总
话题: debugging话题: workshop话题: makefile话题: gdb话题: any
进入Unix版参与讨论
1 (共1页)
b********s
发帖数: 13
1
I used to use GDB on linux. However when I tried
to used it on Sun Solaris, it doesn't work.
Does anyone have any idea about it? or anyone
has some better tools for debugging on linux
Unix.
Thanks!
j**t
发帖数: 439
2
Workshop is a good choice.

【在 b********s 的大作中提到】
: I used to use GDB on linux. However when I tried
: to used it on Sun Solaris, it doesn't work.
: Does anyone have any idea about it? or anyone
: has some better tools for debugging on linux
: Unix.
: Thanks!

g*****y
发帖数: 26
3
I use both gdb and workshop ,

【在 j**t 的大作中提到】
: Workshop is a good choice.
y**i
发帖数: 357
4
Best is DDD for sure. It uses gdb, very easy to use.
kdbg, come with KDevelop (a clone of debugger in Visual
C++), is good for VC lover.

【在 g*****y 的大作中提到】
: I use both gdb and workshop ,
b********s
发帖数: 13
5
Could you please tell me where I can get it
and where I can find the detailed help menu.
Thanks a lot!

【在 j**t 的大作中提到】
: Workshop is a good choice.
j**t
发帖数: 439
6
You can find online documentation at: http://docs.sun.com
But I don't know where to get it. I use it in the Computer center
in our university.

【在 b********s 的大作中提到】
: Could you please tell me where I can get it
: and where I can find the detailed help menu.
: Thanks a lot!

b********s
发帖数: 13
7
Thanks a lot! I found it. The workshop is already in our machine.
BTW, in my makefile, I put the option -g after CC, but it seems doesn't work.
No debugging information is included after compiling. Do you
know why? What kind of option should I add to my makefile if
debugging is needed
Is there any options I can choose in workshop? What I see right
now is that I edit my makefile first. Not like the VC++, makefile
is automatically created for you after you choose options and files.
Thanks again!
j**t
发帖数: 439
8
-g is enough for debugging. There must be something else not correct.
Maybe you should check the work or debugging directory of your workshop.
good luck.

【在 b********s 的大作中提到】
: Thanks a lot! I found it. The workshop is already in our machine.
: BTW, in my makefile, I put the option -g after CC, but it seems doesn't work.
: No debugging information is included after compiling. Do you
: know why? What kind of option should I add to my makefile if
: debugging is needed
: Is there any options I can choose in workshop? What I see right
: now is that I edit my makefile first. Not like the VC++, makefile
: is automatically created for you after you choose options and files.
: Thanks again!
: 在

1 (共1页)
进入Unix版参与讨论
相关主题
如何在WINDOWS上DEBUG JAVA如何了解coredump
怎么在osx上装gcc?[转载] how to debug multi-threaded program?
请问Win8.1怎么同时使用Local account和MS accountneed help about GDB
给大家推荐一款 software Design 的工具【贴图】这个人的Emacs + GDB 是怎么做出来的? (转载)
Question about DDD Debugger[转载] GDB crash
[转载] 奇怪的bug,弄得我没脾气!一个关于GDB的问题
Question: GDB debug C++ program in Unixlinux下跑得正常Unix下出错
Re: Question: GDB debug C++ program in Ugdb用得太痛苦了, 有没有好用的debug tools推荐
相关话题的讨论汇总
话题: debugging话题: workshop话题: makefile话题: gdb话题: any