For Windows only.This asset is specially designed for developers who tend to export their scripts to DLLs and import those DLLs into Unity. This script will convert PDB files to MDB automatically upon import, so you don’t have to set post-build events, or convert pdb2mdb manually.
The asset is compiled into assembly, so it will not mess up your project and you don’t have to include all source code in project - just copy assembly file to Editor folder.
Some facts:
To be able to debug assemblies in Unity the special MDB file is required. The MDB is a special debug file for the Mono compiler. By having this file you can set breakpoints in assembly and see stack trace when exception occurs.