Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. VC6 with Windows debug symbols?

VC6 with Windows debug symbols?

Scheduled Pinned Locked Moved C / C++ / MFC
workspacedebuggingregexquestion
5 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    Michael Hansen
    wrote on last edited by
    #1

    I'm trying to get VC6 to use the Windows Debug Symbols, but VC6 does not load them from the installed location (c:\windows\Symbols\...). I have setup the _NT_SYMBOL_PATH to point to the proper dir. I have tried putting some directories in the PATH: c:\windows;c:\windows\Symbols;c:\windows\Symbols\Dll. Neither is successfull with VC6 (But WndDbg is loading symbols alright). OTOH when I copy the .PDB to the same directory as the DLL they match VC6 happily loads them symbols. What's going on? Is there some setting in the VC6 environment that I should have made? If it matters then I am on WinXP, with VC6 SP5 applied. MBHansen

    R 1 Reply Last reply
    0
    • M Michael Hansen

      I'm trying to get VC6 to use the Windows Debug Symbols, but VC6 does not load them from the installed location (c:\windows\Symbols\...). I have setup the _NT_SYMBOL_PATH to point to the proper dir. I have tried putting some directories in the PATH: c:\windows;c:\windows\Symbols;c:\windows\Symbols\Dll. Neither is successfull with VC6 (But WndDbg is loading symbols alright). OTOH when I copy the .PDB to the same directory as the DLL they match VC6 happily loads them symbols. What's going on? Is there some setting in the VC6 environment that I should have made? If it matters then I am on WinXP, with VC6 SP5 applied. MBHansen

      R Offline
      R Offline
      Rama Krishna Vavilala
      wrote on last edited by
      #2

      VC6 loads only .dbg file from _NT_SYMBOL_PATH not .pdb. There was a kb article about it.

      M 1 Reply Last reply
      0
      • R Rama Krishna Vavilala

        VC6 loads only .dbg file from _NT_SYMBOL_PATH not .pdb. There was a kb article about it.

        M Offline
        M Offline
        Michael Hansen
        wrote on last edited by
        #3

        Does this mean that there is no way that VC6 will find .pdb files for for example kernel32.dll, EXCEPT if the kernel32.PDB is placed in the same directory as kernel32.dll? Do you have some info about the KB article? I tried searching for variations over the following words: VC6 VC PDB DBG _NT_SYMBOL_PATH... MBH

        M 1 Reply Last reply
        0
        • M Michael Hansen

          Does this mean that there is no way that VC6 will find .pdb files for for example kernel32.dll, EXCEPT if the kernel32.PDB is placed in the same directory as kernel32.dll? Do you have some info about the KB article? I tried searching for variations over the following words: VC6 VC PDB DBG _NT_SYMBOL_PATH... MBH

          M Offline
          M Offline
          Michael Hansen
          wrote on last edited by
          #4

          Oops! Found it: Q304989 Thanks for the help! MBH

          R 1 Reply Last reply
          0
          • M Michael Hansen

            Oops! Found it: Q304989 Thanks for the help! MBH

            R Offline
            R Offline
            Rama Krishna Vavilala
            wrote on last edited by
            #5

            This is a new one. I didn't know about the "pdb dirs" regkey. So thank you!!:-D

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups