Oh, nevermind that last, I'm just dumb. I missed the part that Mono.Cecil.Pdb will be tried to be used under Windows, and Mono.Cecil just apparently failed silently when I didn't have dll referenced. Really should cause an exception!
Thanks for your help! Works perfectly now! (Haha, just received your e-mail telling the same. Thanks for coping with stupid users like myself. :)) 2011/3/28 Gábor Kozár <[email protected]> > I've tried that, but the result is the same. I mean, literally: getting no > pdb file generated, even though I've set both the ReadSymbols and > WriteSymbols properties, and I have Mono.Cecil.Mdb.dll referenced. The > output .exe is written fine, but no pdb. I get no errors or exceptions. > > My corresponding lines are exactly the same as on your wiki. Any hints? > > 2011/3/28 Jb Evain <[email protected]> > >> Hi, >> >> On Mon, Mar 28, 2011 at 4:24 PM, Gábor Kozár <[email protected]> >> wrote: >> > As far as I know Mono.Cecil is capable of altering symbol files. Could >> > somebody point me into the right direction with this? >> >> https://github.com/jbevain/cecil/wiki/Debug-symbols >> >> Jb >> >> -- >> -- >> mono-cecil > > > -- -- mono-cecil
