Re: [Anjuta-list] An off-topic question about debugging?
- From: onetmt <onetmt gmail com>
- To: anjuta-list lists sourceforge net
- Subject: Re: [Anjuta-list] An off-topic question about debugging?
- Date: Sat, 09 Feb 2008 09:07:42 +0100
Sang Chul Choi ha scritto lo scorso 08/02/2008 18:07:
> Hi,
>
> When I created dynamically an array of something (e.g., int), sometimes
> I can only see or watch the first element not further down any other
> element. I think that I had this experience before when I use GDB. This
> might be a GDB-related question. Do you know how I can see all other
> elements other than the first element?
gdb> p array[0] 10
this and other *gdb* related stuf into gdb's fine manual ;-)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]