Cannot leave tui mode with Ctrl-X A nor see program output in tui mode

前端 未结 4 1238
再見小時候
再見小時候 2020-12-17 10:14

Problem A:

  1. I start gdb in command line with \"gdb test\"
  2. I press ctrl-x,ctrl-a before I do anything else
  3. Then I set break po
4条回答
  •  攒了一身酷
    2020-12-17 10:39

    Change your terminal to get rid of your first problem. I used to use gnome-terminal my self, but then changed to terminator. Some terminals don't support keys like Alt sometimes (used to experience this in vim with some Alt+something maps)

    You can change forcus to another window by 'focus winName', in your case, use 'focus src' got this from here

    Not sure about your 2nd problem. Good luck!

提交回复
热议问题