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. Web Development
  3. ASP.NET
  4. Debug Information

Debug Information

Scheduled Pinned Locked Moved ASP.NET
debuggingquestion
3 Posts 3 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.
  • Y Offline
    Y Offline
    yadlaprasad
    wrote on last edited by
    #1

    Hi all, Can any one tell me where the data will be stored while debugging! i mean where the debug data will be maintain while you are debugging the application? Thanks in advance!!!!

    fttyhtrhyfytrytrysetyetytesystryrty

    V S 2 Replies Last reply
    0
    • Y yadlaprasad

      Hi all, Can any one tell me where the data will be stored while debugging! i mean where the debug data will be maintain while you are debugging the application? Thanks in advance!!!!

      fttyhtrhyfytrytrysetyetytesystryrty

      V Offline
      V Offline
      Vasudevan Deepak Kumar
      wrote on last edited by
      #2

      Aren't the PDB files designed for this purpose?

      Vasudevan Deepak Kumar Personal Homepage
      Tech Gossips
      The woods are lovely, dark and deep, But I have promises to keep, And miles to go before I sleep, And miles to go before I sleep!

      1 Reply Last reply
      0
      • Y yadlaprasad

        Hi all, Can any one tell me where the data will be stored while debugging! i mean where the debug data will be maintain while you are debugging the application? Thanks in advance!!!!

        fttyhtrhyfytrytrysetyetytesystryrty

        S Offline
        S Offline
        saanj
        wrote on last edited by
        #3

        It will be stored in the Program Database file (.pdb file). A PDB file is created during compilation time from the source file and it contains all modules with their associated addresses and symbols. Stored data in a PDB file can be accessed and extracted by using DIA (Debug Interface Access). For more information on DIA, go to: http://msdn.microsoft.com/en-us/library/x93ctkx8.aspx[^] :-\ Regards Saanj

        Either you love IT or leave IT...

        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