i've used wft to see a value at a place in the code. is there a way to have it display the value every time a variable changes value?
i have an 2 dimansional array (a_TopTen) that somehow is getting reset from 9 elements to 7 and i can't seem to find where or how it's happening.
is there a detailed description of the wtf function?
as always... thanks
bruce
wtf question
wtf question
There are only 10 kinds of people - those who understand binary and those who don't
Re: wtf question
Unfortunately, Xbase++ doesn't support any trigger for this.
The eXpress train is coming - and it has more cars.
Re: wtf question
is there a way to see the value of a variable at every point without using a million wtf's or msg boxes?
There are only 10 kinds of people - those who understand binary and those who don't
-
- Posts: 605
- Joined: Thu Jan 28, 2010 9:11 pm
- Location: Steven Point, Wisconsin USA
- Contact:
Re: wtf question
You should be able to use the Xbase++ debugger. I have not used it but saw a demo of it by Stephan at Roger's last devcon in 2008 in Boise. I have not used a debugger since my early clipper days about 1985/86/87.
Cliff.
Cliff.
Re: wtf question
Cliff is right.
If you want to step through code while observing a memory variable you need to run under XPPDBG.EXE.
If you want to step through code while observing a memory variable you need to run under XPPDBG.EXE.
The eXpress train is coming - and it has more cars.