EDC5025I
An I/O function was invoked when a read was pending for a file that had been intercepted.

Explanation

A file that was intercepted under the debugging tool was expecting input when an I/O function for that file was invoked from the debugging session.

System action

The I/O function fails.

Programmer response

Do not recursively invoke library I/O functions when a read is pending. Supply the expected data and then invoke the I/O function.

Symbolic Feedback Code

EDC4T1