I feel quite dumb, but I can’t find a way to run pdb2mbd.exe as an “After Build” Custom Command from MonoDevelop.
I want MonoDevelop to create an mdb file for my dll (that already outputs a pdb), as soon as it ends compilation, but I don’t know what to write in the “Command” and “Working Directory” fields of the Custom Command panel for my project.
Any help would be immensely appreciated.
EDIT
Moved to Visual Studio where I solved this issue, but in the meantime I discovered that pdb2mdb fails if the dll contains any coroutine. Sigh.
Unfortunately I don’t have a solution to the IEnumerator problem. This post mentions implementing a new version of pdb2mdb based on the Mono.Cecil library.