Debug mode command "2>" close std ouput

cint 5.15.117
debug mode command “2>” close std ouput

the way to correct:

file pause.c, line 2569:
fclose(G__sout);
should be changed to :
fclose(G__serr);

Sorry about my late reply and thank you for reporting this problem.
I’ll fix this problem in 5.15.124. I haven’t been reading this forum until recently.

Thank you
Masa Goto