by picard » Jan 26, 2004 @ 7:15pm
i used normal c debugging for my arm emulator (c version). first with very simple programs (hello world, etc) compiled by me (with assembly list files). later with complex programs like pocketmvp, pockettv.
i tested the dynamic code mostly on my ppc arm device. sometimes i used my emulator too, but it's much harder to track anything. mainly i used the emulator as an error indicator (after i got a working version and made some changes), if something went wrong and couldn't find the problem in the emulator easily, i used the arm device.