Page 1 of 1

eVC debugger is goofy...

PostPosted: Oct 9, 2003 @ 12:32pm
by ppcStudios
I'm trying to debug my app directly on the ppc device using the eVC debugger, but I'm having some odd problems. I find that many local and public variables aren't available to be monitored. In fact, most of the time variables being used on the current line can't be checked - especially counters used in loops. Is there some workaround that will actually allow me to use the eVC debugger reliably, or am I stuck with having to log information to a file?

PostPosted: Oct 9, 2003 @ 4:30pm
by vic
it works for me, i did a few tests and i can see all the variables info on a current line, this in eVC3
what info are you getting there?

PostPosted: Oct 9, 2003 @ 5:24pm
by ppcStudios
Using eVC3 I typically can only view a few of the variables on any given line. Most of the time they appear as though they are out of scope even though they are local variables or public members. It may have to do with some datatype misalignment problems I'm trying to deal with at the moment...