While remote deubgging how are the pdb located (VS 2008)

Posted by Saar on Stack Overflow See other posts from Stack Overflow or by Saar
Published on 2010-04-29T05:51:34Z Indexed on 2010/04/29 5:57 UTC
Read the original article Hit count: 109

When the deubgger is attached to a process on remote server -

What locations are searched for the pdb? In what order? (e.g. is it searched on the remote server (debuggee) or on the local client (deubger))

When I use the deubgger to manually load pdb file from specific location - is the deubbger looking for the file locally or is it the remote debugger monitor looking for the file on the?

Is there any article that describes that process?

© Stack Overflow or respective owner

Related posts about remote-debugging

Related posts about .NET