How can we help you today? How can we help you today?
bdesmond

Activity overview

Latest activity by bdesmond

Clive Tong wrote: The first warning is not a problem. The system is trying to warn you (correctly) that the pdb it generated isn't loaded into the process being debugged. However, as you say, you've manually copied this pdb to the target machine and it has been loaded correctly. The inability to see the local variables is most likely due to the optimization the clr is doing - we supply the pdb file and then the debugger works with the clr to get the values without any intervention on our part. If you view Debug/Modules you'll probably see that the module is optimized. You can re-ngen a module with an ini file present to make it more debuggable - see, for example, http://msdn.microsoft.com/en-us/library/9dd8z24x.aspx Hi- Thanks for the reply - and sorry for the delay in following up. I didn't get an email alert for some reason. As far as the alert box, is there any way to disable it? I get it constantly now when debugging in this app and it's more of a nuisance now. I'll givehte NI file a shot. Since I've actually backed out a couple DLLs and the example is for an EXE, do I just create the INI file for the EXE hosting the DLLs and it will apply to the DLLs as well? What if the app's installer ngen'ed the assemblies at install time? / comments
Clive Tong wrote: The first warning is not a problem. The system is trying to warn you (correctly) that the pdb it generated isn't loaded into the process being debugged. However, as you say, yo...
0 votes
Symbol Load Issue
I'm currently using VS2010 to debug a process on a remote machine. The assembly I'm trying to step in to is GAC'ed on the remote machine. I'm using Reflector 6.5.0.135. When I hit a breakpoint, I g...
2 followers 3 comments 0 votes