Pelles C forum

C language => Beginner questions => Topic started by: avcaballero on June 20, 2013, 11:44:00 AM

Title: Debugging with Pelle's C
Post by: avcaballero on June 20, 2013, 11:44:00 AM
Hello there. When I'm debugging in Pellesc I only can access to the first 100 registers of any array. Is there any way to tell the Ide that shows the whole or I'm doing anything wrong? Thank you.
Title: Re: Debugging with Pelle's C
Post by: TimoVJL on June 20, 2013, 12:01:56 PM
from menu: Tools -> Options... -> Debug -> Max array elements:
Title: Re: Debugging with Pelle's C
Post by: avcaballero on June 20, 2013, 12:07:43 PM
Thank you very much  :)