Options
Max size of variable for debugging?

Hey, I have my debugger open and I'm trying to change the value of a variable, and it appears to have worked, but the program is still behaving as though the variable is empty. When I opened my Diagnostics I see this:
The packet needed by ICSP to change a variable from the debugger appears to have some maximum length or the checksum doesn't calculate properly. What is the cutoff size, I'm curious? Anyone know?
The variable that I am trying to change is a volatile CHAR array with max size 2000. If I change the size of the array to 20, it works as expected.Line 4 (09:36:27):: ICSPTCPRx35::ProcessICSPPacketRX checksum error MsgID=0251 (rx=00, expected=02) Cmd=0102
The packet needed by ICSP to change a variable from the debugger appears to have some maximum length or the checksum doesn't calculate properly. What is the cutoff size, I'm curious? Anyone know?
Comments
Can you not pump in numbers to find the max?
Paul
I am busy writing a program too...:)