|
Finding the execution location of a instruction
Suppose I have a file myfile.c and in it at line 70 I have a printf statement and another at line 50 and another at somewhere else may be in a different file. Now whenever these printf are executed is there any way to know from which file and from what line these were issued? Did I make sense?
|