Skip to content

Commit c80c8c2

Browse files
authored
Sample debug instructions (oneapi-src#821)
* Sample debug instructions Adding in debug instructions for one README. Once this PR is approved, I will add in the same instruction to all sample README files. * Repositioned debugging I removed the Debug section since it was out of place. Looking at the VS code section, the link for learning more about the extensions is also valid for the launch configurations extension, so I added a bullet to the "Using VS Code" steps to include using the GDB.
1 parent a7fa13d commit c80c8c2

File tree

1 file changed

+4
-1
lines changed
  • DirectProgramming/C++/CombinationalLogic/MandelbrotOMP

1 file changed

+4
-1
lines changed

DirectProgramming/C++/CombinationalLogic/MandelbrotOMP/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,15 @@ The basic steps to build and run a sample using VS Code include:
5050
- Configure the oneAPI environment with the extension **Environment Configurator for Intel oneAPI Toolkits**.
5151
- Open a Terminal in VS Code (**Terminal>New Terminal**).
5252
- Run the sample in the VS Code terminal using the instructions below.
53+
- (Linux only) Debug your GPU application with GDB for Intel®
54+
oneAPI toolkits using the **Generate Launch Configurations** extension.
5355

54-
To learn more about the extensions and how to configure the oneAPI environment, see
56+
To learn more about the extensions, see
5557
[Using Visual Studio Code with Intel® oneAPI Toolkits](https://software.intel.com/content/www/us/en/develop/documentation/using-vs-code-with-intel-oneapi/top.html).
5658

5759
After learning how to use the extensions for Intel oneAPI Toolkits, return to this readme for instructions on how to build and run a sample.
5860

61+
5962
## Building the `Mandelbrot` Program
6063

6164
Perform the following steps:

0 commit comments

Comments
 (0)