a**y 发帖数: 335 | 1 哎,debug一个C++程序,step by step, 该死的箭头总指不对地方
指在第一排,实际上已经执行到第三行了。wk.. |
w****n 发帖数: 241 | 2 optimized ?
【在 a**y 的大作中提到】 : 哎,debug一个C++程序,step by step, 该死的箭头总指不对地方 : 指在第一排,实际上已经执行到第三行了。wk..
|
L*******r 发帖数: 1011 | 3 Should be.
I don't think VC.Net is so buggy if his program is not optimized. :)
【在 w****n 的大作中提到】 : optimized ?
|
p***n 发帖数: 635 | 4 debug WEB SERVICE 的时候,经常有断点停不住,得重起机器才行.
不知道是VS.NET的毛病还是用得不太熟
【在 a**y 的大作中提到】 : 哎,debug一个C++程序,step by step, 该死的箭头总指不对地方 : 指在第一排,实际上已经执行到第三行了。wk..
|
a**y 发帖数: 335 | 5 I didn't optimize it. And this is not the first time i met this problem.
VC definitely has more bugs than C# when debugging.
【在 L*******r 的大作中提到】 : Should be. : I don't think VC.Net is so buggy if his program is not optimized. :)
|
L*******r 发帖数: 1011 | 6 Sigh. Maybe you are right. But I don't have this kind of experience in my VC++
4.0-.Net 2002 experience. Not test VC++ 2003 yet. Only use C# in VS 2003. :)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
I can't say sth for VC++ 2003. But from my experience for earlier version, the
degugging support is good. Guess they changed a lot in VC++ 2003, so this
version is not stable. They tried to make it more standard compatible in 2003,
which forced them to do many changes. I guess that's why i
【在 a**y 的大作中提到】 : I didn't optimize it. And this is not the first time i met this problem. : VC definitely has more bugs than C# when debugging.
|
r****d 发帖数: 119 | 7 in C#.net, after resizing the datagrid, the stupid scroll bar won't go away...
ft ah...no wonder our software has so many bugs too :)
When is the next version?
【在 p***n 的大作中提到】 : debug WEB SERVICE 的时候,经常有断点停不住,得重起机器才行. : 不知道是VS.NET的毛病还是用得不太熟
|
p***n 发帖数: 635 | 8 next version will be C# 1.2 - 2.0. specs are out.
next version of VS.NET will be "Whidbey", more information is available
here:
http://msdn.microsoft.com/vstudio/whidbey/
VS.NET 2005 will be "Orcas"
【在 r****d 的大作中提到】 : in C#.net, after resizing the datagrid, the stupid scroll bar won't go away... : ft ah...no wonder our software has so many bugs too :) : When is the next version?
|