How to run the program alongside the debugger in Clion ?

已回答

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

Hi!

Just open the console tab:

 

0

请先登录再写评论。