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! : 在
|