|
-
Sep 1st, 2002, 08:01 PM
#1
Thread Starter
New Member
.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
-
Sep 1st, 2002, 11:36 PM
#2
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.
-
Sep 2nd, 2002, 08:07 AM
#3
Thread Starter
New Member
I see.. like to make the next debug much faster, ok thx
-
Sep 2nd, 2002, 08:23 AM
#4
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|