Pelles C forum

Pelles C => General discussions => Topic started by: loz10 on January 05, 2015, 03:19:13 PM

Title: Watching the Data in arrays of greater than 100 entries
Post by: loz10 on January 05, 2015, 03:19:13 PM
Hi,

Can anyone tell me if it's possible to watch the elements of an array of data with greater than 100 entries?

The debugger looks to be limited to watching 100 entries (0 to 99).

I don't need to see all of the array just particular entries that I want to specify. I can change the code to copy the entries to something I can watch but I really don't want to add this to the code at this stage, but I will if that's the only way.

Thanks

Loz
Title: Re: Watching the Data in arrays of greater than 100 entries
Post by: frankie on January 06, 2015, 03:35:32 PM
Tools->options debug tab.
Title: Re: Watching the Data in arrays of greater than 100 entries
Post by: loz10 on January 06, 2015, 04:59:17 PM
Thank you very much for that, Frankie.

And apologies for not finding it myself, I thought I had looked at all the options!

Loz