Author Topic: Debug watch window truncates array problem  (Read 3151 times)

darkwalk

  • Guest
Debug watch window truncates array problem
« on: March 25, 2006, 07:42:09 pm »
Hi:  Within the watch window during debugging, i have noticed one pacularity (feature?).  Say I have an array asdf[3].  If asdf has all zero, the watch windows will show asdf being zero and one element long.  The same thing happens if all the elements of asdf are 1.  Is this a feature of code::blocks?  If so, is there an option to turn it off?  I'd like to every element of my array even if they are duplicated.  Thanks!

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: Debug watch window truncates array problem
« Reply #1 on: March 25, 2006, 09:11:18 pm »
Be patient!
This bug will be fixed soon...

darkwalk

  • Guest
Re: Debug watch window truncates array problem
« Reply #2 on: March 25, 2006, 09:55:05 pm »
Okay.  Thanks!