how to debug build hip-clr and rocr-runtime #1608
Replies: 1 comment 5 replies
-
The docs at https://github.com/ROCm/TheRock/blob/main/docs/development/development_guide.md#per-project-cmake-flags may be helpful. You can override the build type for each subproject. For those in particular you would set TheRock/cmake/therock_subproject.cmake Lines 747 to 754 in 5c520ac then you should also see:
The docs at https://github.com/ROCm/TheRock/blob/main/docs/development/development_guide.md#tips-for-using-vscode also show an example of how to attach a debugger to a binary built in this way |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I was running below command to build a minimal system:
However, I would like to build hipclr and ROCR-runtime sub projects with full debug capability. After trying several ways or hacks, I still couldn't make it. Any idea?
Beta Was this translation helpful? Give feedback.
All reactions