标签: c++ gdb
我正在使用.... GNU gdb(GDB)红帽企业Linux(7.2-83.el6)
#include <iostream> using namespace std; int main() { int i = 40; cout << "Hello\n"; return 0; }
答案 0 :(得分:0)
原来我需要将后续行添加到我的.bash_profile
cider-refresh-fn