由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - debug你们用哪个软件?
相关主题
编程语言选择问题C++程序自动退出,gdb有debug不出什么东西
G++用-g和-O3编译运行结果竟然不一样问一个C++下的Bug(Linux下)
C++ and threading interview questionsplease recommend an easy windows C debugger for a beginner
《Inside Windows Debugging》英文文字版/EPUB[PDF]Cannot debug into c# dll until i reboot ?
C++debug遇到的问题这样的deadlock如何debug?
How to overload global new operator?请问 c++ vs 有啥好的debug工具或者方法吗?
Two classic C++ questions, how to answer求教linux下debug的问题
Heap corruption (转载)遇到一个非常诡异的bug, vector of vector
相关话题的讨论汇总
话题: visual话题: windbg话题: studio话题: debug话题: 程序
进入Programming版参与讨论
1 (共1页)
g*****e
发帖数: 172
1
windbg or visual studio 2010 or others?
l********a
发帖数: 1154
2
visual studio
g*****e
发帖数: 172
3
怎么学啊? 编个大程序,好多class,derived class,程序来来回回把头都转晕了.

【在 l********a 的大作中提到】
: visual studio
e*****r
发帖数: 379
4
premium vs

【在 g*****e 的大作中提到】
: 怎么学啊? 编个大程序,好多class,derived class,程序来来回回把头都转晕了.
t*****n
发帖数: 4908
5
上eclipse,包你爽。我工作的代码是2M水平的,eclipse玩得很爽。
调试我是emacs+gdb。vs对stl的调试支持的很好。

【在 g*****e 的大作中提到】
: 怎么学啊? 编个大程序,好多class,derived class,程序来来回回把头都转晕了.
qt
发帖数: 9432
6
anybody uses xcode?
t*****n
发帖数: 4908
7
你见过公司里面用苹果机写C++的?

【在 qt 的大作中提到】
: anybody uses xcode?
l*****o
发帖数: 473
8
valgrind + gdb + printf
a***y
发帖数: 2803
9
我也是用printf.不過发现最重要的是真正搞懂程序.如果对程序的每个class的每个步
骤的目的不明确,那個地方的程序就是有问题的地方.

【在 l*****o 的大作中提到】
: valgrind + gdb + printf
1 (共1页)
进入Programming版参与讨论
相关主题
遇到一个非常诡异的bug, vector of vectorC++debug遇到的问题
how to debug a hidden errorHow to overload global new operator?
一个读用户输入的小问题Two classic C++ questions, how to answer
关于 c malloc的一个问题Heap corruption (转载)
编程语言选择问题C++程序自动退出,gdb有debug不出什么东西
G++用-g和-O3编译运行结果竟然不一样问一个C++下的Bug(Linux下)
C++ and threading interview questionsplease recommend an easy windows C debugger for a beginner
《Inside Windows Debugging》英文文字版/EPUB[PDF]Cannot debug into c# dll until i reboot ?
相关话题的讨论汇总
话题: visual话题: windbg话题: studio话题: debug话题: 程序