-
I am not familiar with the cmake system, so I do not know how to get the samples to build with debugging symbols. I am trying to figure out why on my computer the hello_triangle sample renders 4 frames and gets stuck, but none of those frames show up in the window. It stays black. I was hoping if I could run it under gdb I could figure out why it is not working like I assumed it should. |
Beta Was this translation helpful? Give feedback.
Answered by
mutantbob
Feb 22, 2024
Replies: 1 comment
-
With help from a colleague I was able to alter the build instructions into
and then run the samples under a debugger |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mutantbob
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With help from a colleague I was able to alter the build instructions into
and then run the samples under a debugger