Vivian Chen said (on or about) 05/07/2008 22:26: > Hi all: > > I tested my program with simulator 5.4. > > But when I called a function in ARM-side, it crashed. > > I wrote a log file and restored it in the 4MbRAMDisk-rd4m. > > But the program is freezed, I must to reset it. > > After reseting, all datas have been cleaned including the log file. > > I want to know how can I restore it before resetting? > > > 2008-05-08 > ------------------------------------------------------------------------ > Vivian Chen > > -- > For information on using the ACCESS Developer Forums, or to unsubscribe, > please see http://www.access-company.com/developers/forums/ >
It sounds to me as if you need to narrow down the code to find where it is failing. Put in a series of alerts to fire as the program runs. "Calling foo(3,"Hello") "In foo()" "Exiting foo()" "Foo returned 14" If you see the first 2 but not the 3rd then you know it failed inside foo( ) so you can go into foo( ) and add more until you find the dog that doesn't bark which means the problem was just before that. Cheers, dga -- Oneness is found in diversity. -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/
