Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 803 Bytes

File metadata and controls

18 lines (14 loc) · 803 Bytes

Debug capabilities

Debug capabilities are the set of useful debug features, controlled by environment variables.

They can be activated at runtime and might be used for analyzing issues, getting more context, comparing execution results, etc.

Use the following cmake option to enable debug capabilities:

-DENABLE_DEBUG_CAPS=ON