Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

using idb

roddur
Beginner
1,566 Views
Can anyone direct me to a good tutorial for beginners for debugger(idb/gdb)?
0 Kudos
2 Replies
Georg_Z_Intel
Employee
1,566 Views

Hello,

this is our debug solutions landing page:

http://software.intel.com/en-us/articles/debuggers/

It contains everything we have related to debugging, also including IDB. We're constantly adding new content there.
There's none for GDB yet but will be added in the future. Hence, for GDB I have to redirect you to the official GDB manual:
http://www.gnu.org/software/gdb/documentation/

Btw.: We have a dedicated debugger forum here:
http://software.intel.com/en-us/forums/debug-solutions/
In case you need help with debuggers, please feel free to post questions there.

Best regards,

Georg Zitzlsberger

0 Kudos
roddur
Beginner
1,566 Views
Thanks for your time and detailed reply.
Regards,
Rudra
0 Kudos
Reply