Results 1 to 4 of 4

Thread: .pdb files? what are these

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2002
    Posts
    12

    .pdb files? what are these

    What are these pdb files i get in /bin folder

    they are generated this way:

    app_assamebly_name.pdb
    and my referenses .dll got one too

    are these important...

    and what are the role of these

  2. #2
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    Its a database of debugger info, I don't believe they are made when you compile in 'release' mode or whatever it is they call it, just in 'debug' mode. C++ does the something like it as well.

  3. #3

    Thread Starter
    New Member
    Join Date
    Jul 2002
    Posts
    12
    I see.. like to make the next debug much faster, ok thx

  4. #4
    old fart Frans C's Avatar
    Join Date
    Oct 1999
    Location
    the Netherlands
    Posts
    2,926
    They are not really to make the debug faster, but to make it possible. These files provide the link between the executable and the source code.
    In VB.NET you debug executables.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width