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?
请先登录再写评论。