Re: Creating .exe with having debug info in itself




> 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.
>

Unfortunately it is not possible with VC++.NET.
It can generate debug information only as a separate .PDB file.

Regards,
Oleg
[VC++ MVP http://www.debuginfo.com/]



.



Relevant Pages

  • Re: Update #1 - Initialization Failure on Running Apps...
    ... I have exactly the same problem after actually compiling the application. ... so when using the "old" exe and debug info things are ... then repair again and I'm hoping that it'll download a fresh update. ...
    (borland.public.delphi.non-technical)
  • Re: Debug info
    ... > I have a relatively large application which comprises of one EXE (quite ... > The vcl suite of packages however, cannot be re-built with debug info as we ... > than the BPL as the currently selected package in delphi and relying on the ...
    (borland.public.delphi.ide)
  • Re: Locating procedures within an EXE
    ... >and i am not sure if the Export functions work in a EXE file.. ... > simply putting it, EXE from Delphi is mostly pure CPU code., the only ... Further to this - I actually suspect that Delphi executables contain a ... debug info, of TD32 debug info), then you should have huge amounts of ...
    (comp.lang.pascal.delphi.misc)
  • Re: Executable built in Debog or relase mode
    ... Why should I not top-post? ... the exe has debug info in STABS format. ... In order to understand recursion you must first understand recursion. ...
    (comp.unix.questions)
  • Creating .exe with having debug info in itself
    ... Can anybody help me out in creating the .exe which also contains ... Though generally .pdb files are used to contain debug info, ... by .NET compiler. ...
    (microsoft.public.vc.language)