Jump to content

Intel Debugger

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 50.53.15.59 (talk) at 13:05, 26 October 2013 (link dab). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
Intel Debugger
Developer(s)Intel
Final release
13.0.1 (2013) / July 31, 2012 (2012-07-31)[1][2]
Operating systemLinux and OS X
TypeDebugger
LicenseCommercial, Academic, Eval and, for Linux, for non-commercial uses[3]
Websitesoftware.intel.com/en-us/intel-compilers

The Intel Debugger (IDB), developed by Intel Corporation provides support (at various levels depending on compiler product) for debugging programs written in C, C++, and Fortran (77, 90 and 95).[4]

It provides a choice of command-line and Java-based graphical user interface (GUI) on the Linux Eclipse platform.[5] On Windows, Intel provides an extension to the Microsoft Debugger that enables additional capabilities for debugging parallel programs. This extension is available for Microsoft Visual Studio (2005 and 2008).[6] The Intel Debugger is a component at a number of Intel software products, such as Intel Parallel Studio and the Compiler products.

Support for the Intel Debugger has been deprecated with the last released version being 13.0.1 (2013). For Linux and OS X, Intel supports an extension to the GNU Debugger (the GDB provided with Intel Composer XE 2013 SP1 is based on GDB 7.5). For Windows, Intel supports an extension to the Microsoft Visual Studio Debugger.

See also

References

  1. ^ "Intel C++ Composer XE 2013 Release Notes".
  2. ^ "Intel Fortran Composer XE 2013 Release Notes".
  3. ^ "Non-Commercial Software Development". Developer Zone. Intel. Retrieved 11 October 2012.
  4. ^ http://software.intel.com/en-us/articles/debugging-intel-platforms/
  5. ^ http://software.intel.com/en-us/articles/idb-linux/
  6. ^ http://software.intel.com/en-us/articles/parallel-debugger-extension/