Author Topic: How to check the vector variable during the debug?  (Read 5217 times)

Offline 511860050

  • Single posting newcomer
  • *
  • Posts: 3
How to check the vector variable during the debug?
« 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! :(

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: How to check the vector variable during the debug?
« Reply #1 on: October 02, 2011, 02:30:03 pm »
Have you tried the watches window? Right click -> Add watch ?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline 511860050

  • Single posting newcomer
  • *
  • Posts: 3
Re: How to check the vector variable during the debug?
« Reply #2 on: October 03, 2011, 10:16:12 am »
Thank you so much ,I think that  I have get the point :lol: :lol:

Offline 511860050

  • Single posting newcomer
  • *
  • Posts: 3
Re: How to check the vector variable during the debug?
« Reply #3 on: October 03, 2011, 10:18:10 am »
Have you tried the watches window? Right click -> Add watch ?
Thank you so much !