I'm using Visual Foxpro 9 SP1.
I want to save the Local Windows information during debugging. Is there a way to do it
Thanks.
You can save all memory variables to a file like this:
LIST MEMORY LIKE
If you don't include the "*" then you will get everything in memory, including the system variables (e.g. _ALIGNMENT etc)