Hi, I am currently getting a lot of bugs inside my `CLI` DLL. So, one good option I found was to generate PDB files, which are generating by default in `VS 2019`. But the only issue is I can't use PDB inside of `Unity`. I found [this][1] question asked on `Stack Overflow` where I came to know about Portable PDB files. I can easily generate them in a `C#` DLL but not in `C++/CLI` DLL.
I've read a lot of `MSDN` and `Stack Overflow` posts, articles and questions, but found no answer. If anyone knows how to use it, please let me know.
Thanks in advance [1]: https://stackoverflow.com/questions/61002874/create-mdb-file-to-debug-managed-dll-in-unity
I've read a lot of `MSDN` and `Stack Overflow` posts, articles and questions, but found no answer. If anyone knows how to use it, please let me know.
Thanks in advance [1]: https://stackoverflow.com/questions/61002874/create-mdb-file-to-debug-managed-dll-in-unity