Activity overview
Latest activity by mono4hack
Hi Jessica, Thanks for your reply and your great help.
I'm waiting new feature request, it will be very good to be in your product. / comments
Hi Jessica, Thanks for your reply and your great help.
I'm waiting new feature request, it will be very good to be in your product.
Can I use .Net Reflector to debug original code?
1- I know that local variable name saved in PDB file not in Source code
2- I know .NET Reflector desktop application has (how PDB Symbols) that allow me to use original PDB file to get original lo...
Thanks Jessica, I got the Idea and it work with .NET Reflector desktop application.
but can I use .NET Reflector desktop application -> to generate original source code
side by side with
.NET Reflector V9 Visual Studio Extension -> to use debugging functionality.
So that use all .NET reflector features , It will be very good point. / comments
Thanks Jessica, I got the Idea and it work with .NET Reflector desktop application.
but can I use .NET Reflector desktop application -> to generate original source code
side by side with
.NET Refle...
Thanks Jessica for your reply, but where do I can found Tools>Options>Disassembler (Show PDB Symbols) ? do you mean in visual studio or what?
N.T I use .NET Reflector V9 Visual Studio Extension.
sorry for my poor language. / comments
Thanks Jessica for your reply, but where do I can found Tools>Options>Disassembler (Show PDB Symbols) ? do you mean in visual studio or what?
N.T I use .NET Reflector V9 Visual Studio Extension.
s...
.NET Reflector change local variable name,even with pdb file
I'm using .NET Reflector V9 Visual Studio Extension.
I know that local variable name saved in PDB file not in Source code,
Issue(s)
1) the local variable names have been changed to (numxx, strxx, ...