Tutorial: Debugging with Intel® Distribution for GDB* on Windows* OS Host
Contents
Tutorial: Debugging with Intel® Distribution for GDB* on Windows* OS Host#
This tutorial describes two basic debugging scenarios using Visual Studio and a simple SYCL application named Array Transform. One scenario is debugging a SYCL kernel that is compiled for execution on the CPU and the second illustrates debugging when the SYCL kernel is compiled to run on an Intel GPU.
If you installed the Intel Samples Browser extension for Visual Studio, you should find the Array Transform sample within that tool. Otherwise, the Array Transform application used in this tutorial can be found in the Intel oneAPI sample repo. The sample includes Visual Studio project files.
Prerequisites#
Check the Get Started Guide and complete all the setup steps required to enable debugging on a CPU or a GPU.