由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - cannot trace var values in vs2005
相关主题
请教VC2003 debug问题Scala debug
dll求救gdb debug c++的问题
《Inside Windows Debugging》英文文字版/EPUB[PDF]Dynamic programming和backtracking有什么区别吗
问一个奇怪的问题。debug error unable to automatically step into the server in (转载)
难道make没有调试器吗?visual studio 2010 release mode 问题
只有executable能debug吗?how to look the values in a vector in VC.NET
dev-c++是不是debug时有问题啊?does any one know the answer?
请教怎样尽快看明白同事的程序?用包子呼唤大牛们--问关于C++Destructor的问题
相关话题的讨论汇总
话题: vs2005话题: trace话题: values话题: debug话题: some
进入Programming版参与讨论
1 (共1页)
b*******b
发帖数: 613
1
vs2005 new user looking for some helps here. thanks in advance.
i'm trying to debug a program in vs2005. when a break point was hit, i canno
t trace any variable values in "autos" window. i've tried to drag some vars
into "watch" window, there error info comes as "symbol xxx not found".
c****e
发帖数: 1453
2
Did the program compile with the debug info? and what debug info format it
used. I don't know vs2005. But I met the similar scenario before when using
g++. For some formats, the variables in the ctors are not well supported.
b*******b
发帖数: 613
3
yes, it did with "/Zi"
guess its some debugger setting problem, not sure...

using

【在 c****e 的大作中提到】
: Did the program compile with the debug info? and what debug info format it
: used. I don't know vs2005. But I met the similar scenario before when using
: g++. For some formats, the variables in the ctors are not well supported.

b*******b
发帖数: 613
4
well, downgraded the optimizer to "/Od" to disable optimization, originally,
it's at "/O2"...
so far, it works.

【在 b*******b 的大作中提到】
: yes, it did with "/Zi"
: guess its some debugger setting problem, not sure...
:
: using

c********x
发帖数: 84
5

canno
vars
the symbol is out of scope.

【在 b*******b 的大作中提到】
: vs2005 new user looking for some helps here. thanks in advance.
: i'm trying to debug a program in vs2005. when a break point was hit, i canno
: t trace any variable values in "autos" window. i've tried to drag some vars
: into "watch" window, there error info comes as "symbol xxx not found".

1 (共1页)
进入Programming版参与讨论
相关主题
用包子呼唤大牛们--问关于C++Destructor的问题难道make没有调试器吗?
how to debug mpi?只有executable能debug吗?
没完的“unresolved external symbol” in c++ compilingdev-c++是不是debug时有问题啊?
能否给些讲debug经验的文章和书籍 (转载)请教怎样尽快看明白同事的程序?
请教VC2003 debug问题Scala debug
dll求救gdb debug c++的问题
《Inside Windows Debugging》英文文字版/EPUB[PDF]Dynamic programming和backtracking有什么区别吗
问一个奇怪的问题。debug error unable to automatically step into the server in (转载)
相关话题的讨论汇总
话题: vs2005话题: trace话题: values话题: debug话题: some