I thought the debug assemblies might have had some extra metadata embedded
somewhere, however when I remove the pdb Reflector goes back to using its
own generated variable names from the type names as I expected.

Can you please check this again.

On Sat, May 9, 2009 at 9:39 PM, Jonathon Rossi <[email protected]> wrote:

> Did you delete the pdb from a debug or release build?
>
> You can checkout the source using a subversion client at:
> http://anonsvn.mono-project.com/source/trunk/cecil
>
>
> On Sat, May 9, 2009 at 9:34 PM, Timwi <[email protected]> wrote:
>
>>
>> > You have to load the PDB before modifying the assembly and save it to
>> > disc with the assembly after modifying.
>>
>> Thanks for your reply, but I've tried this and this doesn't appear to
>> be true. .NET Reflector can read the variable names even if I delete
>> the .pdb file for the relevant assembly. Therefore, the information
>> must be in the assembly itself. But even so, suppose I wanted to try
>> your method...
>>
>> So I tried to find Mono.Cecil.Pdb on the web. Where can I download
>> this? The only place I could find is a SVN repository, so I would have
>> to either install SVN, or download every single .cs file individually.
>> Is there a proper source distribution for this?
>>
>> Thanks again for your help.
>>
>> Timwi
>> >>
>>
>
>
> --
> Jono
>



-- 
Jono

--~--~---------~--~----~------------~-------~--~----~
--
mono-cecil
-~----------~----~----~----~------~----~------~--~---

Reply via email to