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
Novice
370 Views

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 Kudos
1 Reply
afellow
Novice
370 Views
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.
0 Kudos
Reply