CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Jun 2010
    Posts
    50

    Unable to debug release build

    I have installed a release build of application.There I am facing some issue but not able to reproduce same in debug build.So I have made chnages in module DLL as set DEBUG to full & false for optimization.Set release configuration taken a build & replaced this DLL's with the one in application installation directory.This procedure is not reproducing the error , but I know it still exist.Please let me know what I should I do to reproduce issue in release build after replacing loacal DLL's built in release configuration.I am using VS 2010 & C# project.

    Thanks

  2. #2
    Join Date
    Dec 2007
    Posts
    234

    Re: Unable to debug release build

    Well, that seems a bit extreme... how about we start with what's the error you're getting in the release?

    -tg
    * I don't respond to private requests for help. It's not conducive to the general learning of others.-I also subscribe to all threads I participate, so there's no need to pm when there's an update.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help - how to remove eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to???
    * On Error Resume Next is error ignoring, not error handling(tm). * Use Offensive Programming, not Defensive Programming.
    "There is a major problem with your code, and VB wants to tell you what it is.. but you have decided to put your fingers in your ears and shout 'I'm not listening!'" - si_the_geek on using OERN
    MVP '06-'10

  3. #3
    Join Date
    Nov 2004
    Location
    India
    Posts
    63

    Re: Unable to debug release build

    Add more logging and traces to the release code. In a real world scenario this may very well be the only way to debug your code.

    As mentioned above, you should describe the exact problem.
    Sandeep
    http://www.sandeeprawat.com
    Code:
    Forget the language. Remember the logic.

  4. #4
    Join Date
    Dec 2010
    Posts
    12

    Re: Unable to debug release build

    The best way is it log that error in release mode and paste the error here. Without knowing the kind of error, we are helpless.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured