Enabling the API Debugger
To use the Intel® SDK for OpenCL™ Applications - API Debugger, do the
following:
- Start the Microsoft Visual Studio* IDE.
- Go to Tools > Intel Code Builder for OpenCL API >
OpenCL API Debugger > Options > API Debugger.
- Check Enable OpenCL API Debugger.
- Insert breakpoints in the application in different OpenCL API calls,
and then start debugging with F5.
- Open the needed API Debugger views by selecting Tools >
Intel Code Builder for OpenCL API > OpenCL API Debugger
and select the view you need.
The API Debugger updates the view panes when:
- The Debugger hits a breakpoint in Microsoft Visual Studio* IDE.
- One of the views behavior changes, which means you click a buttons.
- The host application execution ends.
So, to see data in the views,
- Insert some breakpoints in your application (in different API calls),
or run the application with Start Debugging (F5).
- Then open the needed views via Tools > Intel Code Builder
for OpenCL API > OpenCL API Debugger.
See Also
Trace View
Objects Tree View
Properties View
Command Queue View
Problems View
Image View
Data View
Memory Tracing