Quantcast
Channel: Project Customization and Programming forum
Viewing all articles
Browse latest Browse all 5347

Gnerating PDB's

$
0
0

Hi,

I want to create PDB's for a project (.exe) which has multiple files in it. I want that only the pdb for that exe should get created but it should include the symbols for the files (.cpp)  present in the project.

When my application is crashed I should get the exact line where the crash occured and not a line where the function is called. Since that function is defined in other file whose pdb is not generated the exact line in that function is not given.

Example. Ihave project a.exe whose pdb a.pdb is generated.

'a' project has multiple files a.cpp, a1.cpp, a2.cpp. When a.exe crashes the crash line is one line of a.cpp where a function is called in a1.cpp. I want the line of a1.cpp.

Thanks


Viewing all articles
Browse latest Browse all 5347

Trending Articles