Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Debugger wierdness
Message
From
02/08/2001 15:06:01
Guy Pardoe
Pardoe Development Corporation
Peterborough, New Hampshire, United States
 
 
To
02/08/2001 13:34:04
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00538907
Message ID:
00539036
Views:
15
Hi Pamela,

>I don't remember ever being able to scroll through the contents of the *value* I can scroll through and edit the watch variable itself, but not the value. I can, however, rest my mouse on the value when it is truncated and get a tooltip window that displays the entire value.

I went back to VFP 6.0 and tested a couple of things. It turns out that VFP 7.0 is behaving the same way as VFP 6 with regard to the scrolling of the value in the watch window.

Here's what I learned.

If I have a character variable that I want to watch, I simply place the variable into the Watch window. Let's say my variable was lcMyVar. And the length was 400 characters. The problem is that I can't stretch the value portion of the window wide enough to see the whole string. And using the mouse to display the value (like a tool-tip) won't display the whole string either.

But I can click into the value portion of the Watch window and scroll left to right to see the entire contents of the string ... no problem.

What I was doing this morning in VFP 7.0 was using a property of an object, like oTest.MyProperty

This value of oTest.MyProperty displays in the Watch window but it won't let you click on it for scrolling like it will when you use a regular variable. I went back and checked this out and VFP 6.0 behaves the same way with properties of an object.

So there's no change here.

But I'm still puzzled on the Run to cursor problem.

Guy
Previous
Reply
Map
View

Click here to load this message in the networking platform