GDB doesn't show printing result

When I debug in CLion, gdb doesn't show printing to stdout.

See attached.

In this program, I tried to print something by calling `f` in gdb but nothing printed.

In terminal or emacs, gdb show "hogehoge" correctly.

This program is default project using C++14. How to print such messages?

 

 

 

0

Please sign in to leave a comment.