Code::Blocks Forums

User forums => Help => Topic started by: 511860050 on September 30, 2011, 04:09:58 pm

Title: How to check the vector variable during the debug?
Post by: 511860050 on September 30, 2011, 04:09:58 pm
I need to see how the vector variable changing during the single-step debug,but I don't know how to do it!
I have try the Memory dump ,but it doesn't work,or maybe I used it in a wrong way.
please tell me how to make it ,I really appreciate your help! :(
Title: Re: How to check the vector variable during the debug?
Post by: oBFusCATed on October 02, 2011, 02:30:03 pm
Have you tried the watches window? Right click -> Add watch ?
Title: Re: How to check the vector variable during the debug?
Post by: 511860050 on October 03, 2011, 10:16:12 am
Thank you so much ,I think that  I have get the point :lol: :lol:
Title: Re: How to check the vector variable during the debug?
Post by: 511860050 on October 03, 2011, 10:18:10 am
Have you tried the watches window? Right click -> Add watch ?
Thank you so much !