Does anyone know of a debug tool that does this?
I would really like to have a listing of each line of my code that has been hit by each of my running threads. Imagine the usefulness. I hit a deadlock once in a while, and I can't even figure out where it stopped, so it's difficult to solve the problem. If I could get a listing of what code was executed right up until the problem statement, it would be wonderful.
~BenDilts( void );
I would really like to have a listing of each line of my code that has been hit by each of my running threads. Imagine the usefulness. I hit a deadlock once in a while, and I can't even figure out where it stopped, so it's difficult to solve the problem. If I could get a listing of what code was executed right up until the problem statement, it would be wonderful.
~BenDilts( void );