How to run the program alongside the debugger in Clion ?

Answered

While debugging my program i also want to be able to see the live output in the run window. as i am going through my code in the debugger and i pass a line that says cout<<"Hello"; i want that line to be executed and the output shown. is there a way to accomplish this ? 

0
1 comment

Hi!

Just open the console tab:

 

0

Please sign in to leave a comment.