CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: manjut19

Search: Search took 0.02 seconds.

  1. Replies
    14
    Views
    49,963

    Re: Debug & release mode

    How to trace such bugs?
  2. Replies
    14
    Views
    49,963

    Re: Debug & release mode

    Bug should show while debugging time right? iam not getting any bug in debugging time.(Release build)
  3. Replies
    14
    Views
    49,963

    Re: Debug & release mode

    Ok.I didn't understand completely what is debugging,any how i got a brief idea.Now my application working fine with development system .But same application(Release build with optimization...
  4. Replies
    14
    Views
    49,963

    Re: Debug & release mode

    Now i disabled Optimization in my release version,So i can debug my release build,But then i have a doubt , what is the use of debug mode,if we can directly debug and trace the problem from release...
  5. Replies
    14
    Views
    49,963

    Re: Debug & release mode

    I made changes on Project property to debug my relaese build,But still i am not getting the correct values for the variable,
    Suppose i have written
    int a=10;Add watch for a will show zero,Like that...
  6. Replies
    14
    Views
    49,963

    Debug & release mode

    One of my win32 application working fine in debug mode.but malfunctioning in release mode.Can i do debug operation on release mode?I tryed to debug in release mode,But valuse showing is not...
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured