I try to debug by using cerr
in c++. I know it's efficient for text editors like sublime.
But I wanted to know if there is a way i can open the output error text file on codeblocks in real time which would reflect the changes as soon as I run the program.
Right now when i do this, this happens:
Is there any way to do this efficiently,so that the file gets updated withput giving prompt each time?