Creating .exe with having debug info in itself

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



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

.



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: C decompiler/disassembler?
    ... depending on how much debug info is left intact inside the ... one could reproduce the original source down to the correct line ... Is your .EXE complied with debugging optoin ON? ...
    (comp.lang.c)
  • 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)