【问题标题】:Ncurses and gdb screens overlap at debug time. So I want to split the two screens with each otherNcurses 和 gdb 屏幕在调试时重叠。所以我想把两个屏幕分开
【发布时间】:2020-08-27 04:58:36
【问题描述】:

我正在使用 gdb 调试一个 ncurses 程序。当程序运行并到达断点并使用 cont 命令时,ncurses 程序 gui 屏幕与 gdb 屏幕重叠,like this picture

很抱歉,因为我遇到了一个情况,所以我不能给你看代码。

【问题讨论】:

    标签: c++ linux ubuntu gdb ncurses


    【解决方案1】:

    两者都“拥有”整个显示器。您可以通过在不同的终端中运行 gdb 并附加到使用 ncurses 的进程来解决此问题。

    进一步阅读:

    【讨论】:

      猜你喜欢
      • 2015-03-25
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多