This question is similar to this question, but the answer and comments there do not help me.
Yes, it (still/sometimes) doesn't print! Even if "fflush(stdout);" is in there, in the code.
Actually it printed but no longer. I'm guessing there is some project/debug "option" set.. (maybe yes, maybe not).
So, how can I find where else, other from fflush(), could the caveat be? (Eclipse has so many settings, and so little help about what are they all for..)
Once again (code fragment):
printf("prompt>");
fflush(stdout);
Nothing is on the console. The code just continue running ignoring this.
[Eclipse IDE for C/C++ Developers Ver:2019-12(4.14.0) Build id:20191212-1212]