由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 一个debug的问题
相关主题
how to debug mpi?如何sort and merge n 个sorted linked list
能否给些讲debug经验的文章和书籍 (转载)How to compile with ddd?
不同compiler速度可以差很远吗? .NET C++ debug状态下怎么用鼠标显示变量值
After build,how to run the program on visual C# 2008Edit & Continue不work,怎么办?
问个超简单的C问题gdb debugging the system call execve() ...
C++现在写起来真舒服啊how to look the values in a vector in VC.NET
SQL debug step into a store procedure from another one (转载)core dump 后的尸体能debug吗?
大家不觉得这篇文章很有道理么?未来语言的趋势?trouble using gdb debugging C/C++
相关话题的讨论汇总
话题: list话题: debug话题: lists话题: debugging话题: adding
进入Programming版参与讨论
1 (共1页)
a****h
发帖数: 126
1
when adding a LIST (i.e., list L ) to watched variable list, I still
can't see their values change while debugging. How do
your guys monitor LISTS?
Thanks.
j******n
发帖数: 271
2
I guess you can only watch a primitive data type. Try watch the size of the
list.
a****h
发帖数: 126
3
谢谢回答

the

【在 j******n 的大作中提到】
: I guess you can only watch a primitive data type. Try watch the size of the
: list.

1 (共1页)
进入Programming版参与讨论
相关主题
trouble using gdb debugging C/C++问个超简单的C问题
请教matlab转C++C++现在写起来真舒服啊
release Vs. debug???SQL debug step into a store procedure from another one (转载)
what IDE is best for developing and debugging perl?大家不觉得这篇文章很有道理么?未来语言的趋势?
how to debug mpi?如何sort and merge n 个sorted linked list
能否给些讲debug经验的文章和书籍 (转载)How to compile with ddd?
不同compiler速度可以差很远吗? .NET C++ debug状态下怎么用鼠标显示变量值
After build,how to run the program on visual C# 2008Edit & Continue不work,怎么办?
相关话题的讨论汇总
话题: list话题: debug话题: lists话题: debugging话题: adding