Downloading PDB file for machine not connected to the internet

Posted by Saar on Stack Overflow See other posts from Stack Overflow or by Saar
Published on 2010-06-13T10:50:30Z Indexed on 2010/06/13 10:52 UTC
Read the original article Hit count: 227

Filed under:
|
|

For deubgging some process I will need to download the PDB files for some operating system dll files (OLE32, NTDLL, etc.)

That server is not connected to the internet.

I know the following method to get the PDB.

  1. Get full dump of the process
  2. Copy the dump to another machine where internet connection is available
  3. Use .reload to download the PDB files
  4. Copy the PDB files from the local PDB store

Is there any thing more simple or do I have to go through the dumping process?

Thanks Saar

© Stack Overflow or respective owner

Related posts about debug

Related posts about WinDbg