when building a Debug release for windows, where does the PDB file go? #623
Answered
by
chung-leong
MichaelBelousov
asked this question in
Q&A
-
When I build a .zigar for windows, it contains a win32 dll, but no pdb file. Where can I find that? My app currently only builds on linux but I deploy it to windows. I will try to get a windows build machine running to debug, but having the pdb would be easier |
Beta Was this translation helpful? Give feedback.
Answered by
chung-leong
May 5, 2025
Replies: 1 comment
-
It's going to be in the build directory. It really should be placed alongside the DLL. I'll open an issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
MichaelBelousov
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's going to be in the build directory. It really should be placed alongside the DLL. I'll open an issue.