C ++ - vc6.0を適用する方法リリースモードでPDBファイルを作成する

StackOverflow https://stackoverflow.com/questions/5029584

  •  14-11-2019
  •  | 
  •  

質問

リリースモードでもBuilderがPDBファイルを作成するようにVC6.0を設定する方法を知っておく必要がありますか?

ありがとう

役に立ちましたか?

解決

Go to Project Settings, Link. Select the Category: "General" and check the "Generate Debug Info" box. After that, you can select the Category "Debug" and change settings about the debug file.

Here is the links to MSDN documentation about PDB and DEBUG information

他のヒント

I believe there is simply a setting in Project Settings to "Generate Debug Info". And there is another place where you specify the type of debug info to produce: map file, PDB (program database), et al.

A very detailed explanation is found here: http://msdn.microsoft.com/en-us/library/aa260783%28v=vs.60%29.aspx

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top