Getting gdb to work with emacs 24

前端 未结 1 1824
我寻月下人不归
我寻月下人不归 2021-01-14 00:08

Realised after much head-scratching in relation to this question that gdb seems to be broken in emacs 24

So I have switched to gud-gd

1条回答
  •  生来不讨喜
    2021-01-14 00:40

    gdb is working for me out of box on GNU Emacs 24.3.1.

    If it still doesn't work for you, please try to use command:

    gdb --fullname binary_name
    

    insead of default

    gdb -i=mi binary_name
    

    0 讨论(0)
提交回复
热议问题