Update pdb file for debugging with Visual Studio 2008 in library type project V.B .Net

18 05 2009

Hi,  the issue fixed of the day…

After build my project, I saw that pdb file for some dll were no update. After see the several IDE windows properties for the project and solution, I didn’t found where change this (despite that for some other solution it works well). So, I asked to my friend Pablo, and he told me that check and change these lines on vbproj file like is show below.

DebugSymbols:True
DebugType:Full

After this, pdf file were update with debug information in order to allow me debug my windows process in which I am working.

Regards,
Álvaro


Actions

Information

2 responses

23 06 2009
How can I convert a file in “pdb” format to a file on “pdf” format ? | Publish Ebook

[...] Update pdb file for debugging with Visual Studio 2008 in library … [...]

18 07 2009
how do I read a pdb file in my desktop if I dont have a palm? | Publish Ebook

[...] Update pdb file for debugging with Visual Studio 2008 in library … document.write(''); Share and Enjoy: [...]

Leave a comment