Relative Content

Tag Archive for c++visual-studio-codedebugging

Visual Studio Code terminal dont taking input output in debug mode

I have problem with Visual Studio Code. I wrote simple program to input age and output inputted age. When I just run program in run mode in terminal is possible to input age and it is outputted. But in debug mode in terminal is nothing no possible to input age and no outputted age. Why? Can you help me pls? Adding code: