Debugging techniques
-
Hello,
I'm curious what kind of debugging techniques people are using for arm embedded boards. On one board I use, gdb/gdbserver are unusable (meaning painfully slow). Often times, Qt allows me to debug the code base on my desktop. However, certain functionality is not feasible for desktop debugging. In the absence of those, I usually to stick with qDebug.
does anyone use/suggest any other obvious or creative debugging techniques?
thanks