The Intel® Debugger (IDB) is a full-featured symbolic source code application debugger that helps programmers:
Debug programs
Disassemble and examine machine code and examine machine register values
Debug programs with shared libraries
Debug multithreaded applications
The debugger features include:
Fortran language support including Fortran 95/90
Assembler language support
Access to the registers your application accesses
Bitfield editor to modify registers
MMU support
On Linux*, you can use the Intel Debugger from a Java* GUI application or the command-line.
To start the GUI for the Intel Debugger, execute the idb command from a Linux shell.
To start the command-line invocation of the Intel Debugger, execute the idbc command from a Linux shell.
Copyright © 2010, Intel Corporation. All rights reserved.