Re: How do i debug in Release mode

From: YouTho (youtho_at_operamail.com)
Date: 02/12/04


Date: 12 Feb 2004 07:53:43 -0800


"SaltPeter" <SaltPeter@Jupiter.sys> wrote in message news:<vRDWb.7786$lK.552663@news20.bellglobal.com>...
> "Bhavna Rohra" <bhavnarohra@hotmail.com> wrote in message
> news:254985e3.0402112014.69258dc8@posting.google.com...
> > Hello everyone,
> >
> > Sorry, it might sound easy for everyone but please if someone colud tell
> > me how to debug my MFC application in Release mode.
> >
> > Thanks
>
> MFC is not C++ and even less STL so your question is off topic. Any
> application in release mode is not designed to provide debugging. Finally,
> lets not get confused over Exception checking and debugging.
>
> try microsoft.public.vc.mfc

I am monitoring our C++ applications during execution in our
production environment and get all information I need! We use AppMind
on the app side and Patrol on the console side. It probably work ok
with OpenView or Tivoli to.

BYe



Relevant Pages

  • Re: variables using ClassView and Class wizard
    ... >> generate debug info the release version can be debugged now. ... >> I am quite new to MFC programming and this problem is puzzling for me. ... > Nobody here can tell you where your access violation is occuring. ... Seems I will have to teach myself lot about debugging in MFC. ...
    (microsoft.public.vc.language)
  • Re: cant bebug a dll
    ... You cannot mix debug and release MFC environments without expecting serious disasters. ... other aids for debugging, but you have to give up something here. ... >> debugging the DLL, this message can obviously be ignored. ...
    (microsoft.public.vc.mfc)
  • Re: How do i debug in Release mode
    ... it might sound easy for everyone but please if someone colud tell ... > me how to debug my MFC application in Release mode. ... MFC is not C++ and even less STL so your question is off topic. ... application in release mode is not designed to provide debugging. ...
    (comp.lang.cpp)
  • How do i debug in Release mode
    ... it might sound easy for everyone but please if someone colud tell ... me how to debug my MFC application in Release mode. ...
    (comp.lang.cpp)
  • Re: How do i debug in Release mode
    ... it might sound easy for everyone but please if someone colud tell ... > me how to debug my MFC application in Release mode. ... does no kind of initializations for you unlike in debug build. ... So ideally the way to work is that develop incrementally in debug mode and ...
    (comp.lang.cpp)