Colleagues,
The IDE has "Locals" tab that shows only local memvars ("Dah!")
Me, personally, ain't like using Public memvars, but sometimes I need them. I keep their quantity to minimum, but they are still present.
"As fate would have it", I need to check these Public memvars during Debug execution (especially - when it's a pointer on an object or an array).
Is there any way (except memory dump on disk every once in a while) to check the contents of these Public memvars during the Debug run in IDE?
AHWBGA!
Regards,
Ilya
The IDE has "Locals" tab that shows only local memvars ("Dah!")
Me, personally, ain't like using Public memvars, but sometimes I need them. I keep their quantity to minimum, but they are still present.
"As fate would have it", I need to check these Public memvars during Debug execution (especially - when it's a pointer on an object or an array).
Is there any way (except memory dump on disk every once in a while) to check the contents of these Public memvars during the Debug run in IDE?
AHWBGA!
Regards,
Ilya