guest Moderator 管理成员 注册 2002-10-07 消息 402,179 荣誉分数 76 声望点数 0 2001-07-17 #1 <HTML>solaris/sparc下的C++调试有什么好的工具可以使用? gcc作为编译工具是可以的,调试功能有吗? dbx能够提供良好的图形界面?</HTML>
guest Moderator 管理成员 注册 2002-10-07 消息 402,179 荣誉分数 76 声望点数 0 2001-07-17 #2 <HTML>Try 'workshop', which has GUI and tracing utilities. Jobless Software Engineer</HTML>
guest Moderator 管理成员 注册 2002-10-07 消息 402,179 荣誉分数 76 声望点数 0 2001-07-17 #3 <HTML>Could you try gdb(GNU provides)? gdb is a powerful debug tool though it is not a GUI. After you use to tracking bug with it, you will find its powerfulness.</HTML>
<HTML>Could you try gdb(GNU provides)? gdb is a powerful debug tool though it is not a GUI. After you use to tracking bug with it, you will find its powerfulness.</HTML>
guest Moderator 管理成员 注册 2002-10-07 消息 402,179 荣誉分数 76 声望点数 0 2001-07-17 #4 RE: solaris/sparcC++ <HTML>There is a xxgdb, which is a front end GUI to gdb. </HTML>