Replies: 1 comment
-
Hey @lostmsu, There are no debug symbols available for the official builds. The recommendation is to replace the official binary with a debug build (see You may also want to try |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am debugging a 3rd party app that ships with LWJGL 3.3.1 and uses OpenAL.dll. The app hangs somewhere in OpenAL code which I can see in Visual Studio, but I can't see the function names or see the source code because there are no debug symbols included.
Where can I get debug symbols for the official builds of OpenAL included with LWJGL?
Beta Was this translation helpful? Give feedback.
All reactions