An auto-tracing tool of software. User can set breakpoints, this application will auto trace the target program and record the input and output of function call. Therefore, the software can help programmer analyse errors, process inside the target program, especially help the programmer analyse the sequences and parameters of the function call. Functions Recording input parameters and output
...