Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

idb in emacs23

afellow
初心者
372件の閲覧回数

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?

0 件の賞賛
1 返信
afellow
初心者
372件の閲覧回数
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?

found the solution, just use
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.
返信