Intel® Distribution for GDB* Documentation
Documentation & Code Samples
Documentation
- User Guide for Intel® Distribution for GDB*
- Get Started Guides: Linux* | Windows*
- Debug Examples on Linux
- Debug Examples on Windows
Intel® Distribution for GDB*
Reference
Forums
Code Samples
Learn how to access oneAPI code samples in a tool command line or IDE.
This SYCL code sample—a small computation kernel—demonstrates key debugger features such as breakpoints, thread switching, scheduler locking, and a Single Instruction Multiple Data (SIMD) lane view for CPU, GPU, and FPGA emulator debugging, showing how to effectively debug applications.
This exercise presents two versions of the program: one with bugs and another fixed. The aim is to locate and rectify bugs using the debugger and providing practical experience in debugging.