Creating .exe with having debug info in itself
- From: "Sanjay" <sanjay.soni@xxxxxxx>
- Date: 27 Jan 2006 04:34:38 -0800
Hi, Can anybody help me out in creating the .exe which also contains
the debug info in itself using Visual C++ .NET ??
Though generally .pdb files are used to contain debug info, but I dont
want this option. I want to put debug info in .exe itself, and this way
I don't have to distribute .pdb file to customer.
Though the documentation suggests to use /debug, /debugtype:cv,
/pdb:none and /Z7 compiler and linker options, but I am still not able
to do that. Infact /pdb:none and /debugtype:cv are no longer supported
by .NET compiler.
Thanks
...//Sanjay
.
- Follow-Ups:
- Re: Creating .exe with having debug info in itself
- From: Jochen Kalmbach [MVP]
- Re: Creating .exe with having debug info in itself
- From: Oleg Starodumov
- Re: Creating .exe with having debug info in itself
- Prev by Date: Multiple Server
- Next by Date: Re: Creating .exe with having debug info in itself
- Previous by thread: Multiple Server
- Next by thread: Re: Creating .exe with having debug info in itself
- Index(es):
Relevant Pages
|