Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Brain Cramp on trapping variable value change in debug
Message
From
03/06/2003 09:47:55
 
 
To
03/06/2003 09:15:52
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00795611
Message ID:
00795634
Views:
16
This message has been marked as the solution to the initial question of the thread.
Hi Tracy,

I am guessing the array gets passed by reference a lot and therefore just setting set a breakpoint on a map_type[1] won't work.

If that's the case, build an expression like
!Type("map_type[1]")=="U" and map_type[1]==[YourCopiedValue],
set a breakpoint and it should fire after the call in which
the arrayelement was changed (if the array is named differently
in the called method/function).

Repeat recursively as needed <g>.

HTH

thomas
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform