Is there a Utility (that will run on an HP UNIX box) that will trace the function flow in a C++ program?
I thought that ctrace might work but it is not on my HP Unix box. And, apparently even if it was there it works by inserting fprintf statments into the code (i.e. the generated .c files) and the function trace is only generated when you execute the compliled code.
I thought that ctrace might work but it is not on my HP Unix box. And, apparently even if it was there it works by inserting fprintf statments into the code (i.e. the generated .c files) and the function trace is only generated when you execute the compliled code.