There is no output being displayed in the terminal during the debug process, it is only displayed after the program has finished executing.
This is during the debug process:
This is after the debug process:
Why is this happening, and how can I get the output to appear during debugging at my breakpoint?