Re: where is this option saved? (Executable for debug session)

Tech-Archive recommends: Fix windows errors by optimizing your registry



"Ajay Kalra" <ajaykalra@xxxxxxxxx> wrote...

Anyone could tell me where this option is saved in vc6's project?
(Project Setting--Debug--Executable for debug session) thanks a lot:)

It should be in the .dsp file of your project. Its a text file, so you
should be able to look for it in the editor.

IIRC, wasn't this actually stored in the .opt with the other debugging
settings? I don't have VC6 around to check though...


I think you are right. I just checked .dsp and it does not appear
there. Its likely to be opt/ncb because when I delete these files, this
information is lost.

---
Ajay

.



Relevant Pages

  • Re: VC6++ Greyed Out Lines
    ... Color of lines in an editor have nothing to do with VS version. ... VS97 ... uses a .dsp file and would not open a .sln file (used in newer versions ...
    (microsoft.public.vc.mfc)
  • Re: where is this option saved? (Executable for debug session)
    ... It should be in the .dsp file of your project. ... should be able to look for it in the editor. ... IIRC, wasn't this actually stored in the .opt with the other debugging ... Andy ...
    (microsoft.public.vc.ide_general)