I have an array of lines to be printed on a page: this.pageline.
If I enter this into the Watch window, it shows with a boxed plus
showing that it is expandable to show the array elements, and it does
do that. However, on a subsequent run, the box is not there. If I
enter it again into the Watch window, the new entry has the box and
can be expanded. On the next run, the second entry for this.pageline
also no longer has its box.

Is this a bug, or am I overlooking something?

I do seem to be finding some interesting oddities. Where should
I report suspected bugs?

Sincerely,

Gene Wirchenko

Computerese Irregular Verb Conjugation:
I have preferences.
You have biases.
He/She has prejudices.

Re: VFP9 SP1: Debugger: Watch Bug? by Jack

Jack
Thu Nov 02 02:04:04 CST 2006

On Wed, 01 Nov 2006 20:06:58 -0800, Gene Wirchenko <genew@ocis.net>
wrote:

> I have an array of lines to be printed on a page: this.pageline.
>If I enter this into the Watch window, it shows with a boxed plus
>showing that it is expandable to show the array elements, and it does
>do that. However, on a subsequent run, the box is not there. If I
>enter it again into the Watch window, the new entry has the box and
>can be expanded. On the next run, the second entry for this.pageline
>also no longer has its box.
>
> Is this a bug, or am I overlooking something?

A very annoying bug, and an old one at that. It's in VFP8 too, not
sure about VFP7, works OK in VFP3.

Re: VFP9 SP1: Debugger: Watch Bug? by Dan

Dan
Thu Nov 02 11:10:44 CST 2006

Jack Jackson wrote:
> On Wed, 01 Nov 2006 20:06:58 -0800, Gene Wirchenko <genew@ocis.net>
> wrote:
>
>> I have an array of lines to be printed on a page: this.pageline.
>> If I enter this into the Watch window, it shows with a boxed plus
>> showing that it is expandable to show the array elements, and it does
>> do that. However, on a subsequent run, the box is not there. If I
>> enter it again into the Watch window, the new entry has the box and
>> can be expanded. On the next run, the second entry for this.pageline
>> also no longer has its box.
>>
>> Is this a bug, or am I overlooking something?
>
> A very annoying bug, and an old one at that. It's in VFP8 too, not
> sure about VFP7, works OK in VFP3.

Considering the current debugger was introduced in VFP5, it's quite a feat
to get today's behavior working in VFP3. ;-)

Dan