Hi:
I start learning C++
I using DEV C++(4.9.9.6) to learning C++
Q1.bug in my pc,I can't use DEUBG
PGM WILL SHOW "Your Project does not have debugging info,do you want to enale debuging and rebuding your project?"
Ipress "Y" Button
then,process end
and I can use other button like "Next Step" ,
Q2.I use "Add Watch" ,but i also can see "watch" keyword show on debug TAG
Q3.Does DEV can show info when I write the PGM,Just Like ECLIPSE
WHENIWrite System.
Then it will show "Out " 或Other Function or CLASS for me to choose!
THX!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2007-10-24
Hey - 4.9.9.6 !? Where did you get that? I want one.
I think pressing Y either has no effect or it sets teh Tool->Compiler options. These are only applied to a project when it is created. You need to set it under Project->Project Options. It is a known bug.
Re. Q2 what is the question? I long since gave up using Dev's crummy debugger. Use Insight from www.mingw.org or better use VC++ 2005 Express Edition.
Q3. You can switch on auto completion - it sucks though.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi:
I start learning C++
I using DEV C++(4.9.9.6) to learning C++
Q1.bug in my pc,I can't use DEUBG
PGM WILL SHOW "Your Project does not have debugging info,do you want to enale debuging and rebuding your project?"
Ipress "Y" Button
then,process end
and I can use other button like "Next Step" ,
Q2.I use "Add Watch" ,but i also can see "watch" keyword show on debug TAG
Q3.Does DEV can show info when I write the PGM,Just Like ECLIPSE
WHENIWrite System.
Then it will show "Out " 或Other Function or CLASS for me to choose!
THX!
Hey - 4.9.9.6 !? Where did you get that? I want one.
I think pressing Y either has no effect or it sets teh Tool->Compiler options. These are only applied to a project when it is created. You need to set it under Project->Project Options. It is a known bug.
Re. Q2 what is the question? I long since gave up using Dev's crummy debugger. Use Insight from www.mingw.org or better use VC++ 2005 Express Edition.
Q3. You can switch on auto completion - it sucks though.