Debug Information
-
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
-
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
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! -
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
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...