avatar
VS里debug不work求教!# Programming - 葵花宝典
y*y
1
刚开始使用VS调程序
加了几个breakpoint之后debug但是毫无效果
程序直接运行结束(breakpoint的位置肯定没有问题)
重新build也是一样
请问这是怎么回事呢?
是我什么地方设置的不对么?
谢谢!
avatar
c*t
2
build in release mode?

【在 y***y 的大作中提到】
: 刚开始使用VS调程序
: 加了几个breakpoint之后debug但是毫无效果
: 程序直接运行结束(breakpoint的位置肯定没有问题)
: 重新build也是一样
: 请问这是怎么回事呢?
: 是我什么地方设置的不对么?
: 谢谢!

avatar
y*y
3
no, debug mode

【在 c**t 的大作中提到】
: build in release mode?
avatar
k*f
4
Are you sure the program goes through the breakpoints you set? If it is a C/
C++ program, try to put a break point at the first executable line in main()
to see if the program gets there.
In a C++ program, there maybe code (constructor of global variable) executed
before main() is entered. If something is wrong there, the program may exit
before main().
相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。