Pristine Ack-5.5
[Ack-5.5.git] / util / grind / PROBLEMS
1 - front-end cannot generate DBX symbol table information for bit-fields,
2   because it does not know about byte-order.
3 - single stepping on a line by line basis is difficult if you use breakpoints.
4   The problem is where to set the next breakpoint. One solution is to use
5   single-stepping until we are at a different line, but this is probably
6   extremely slow. Another solution is to adapt edb's method.