- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Does someone use idb in emacs 23?
it works fine until recently I updated my emcs 23. In gud mode, it freezes after any command. Now, my version of emacs is 23.0.60.1
BYW, Gdb works fine in it.
any idea?
コピーされたリンク
1 返信
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Quoting - afellow
Does someone use idb in emacs 23?
it works fine until recently I updated my emcs 23. In gud mode, it freezes after any command. Now, my version of emacs is 23.0.60.1
BYW, Gdb works fine in it.
any idea?
M-x gud-gdb
and then
idb -gdb -fullname
I originally used
M-x gdb
and then the same
Although still have no clue about what is the difference between the command gud-gdb and gdb.
