You must Sign In to post a response.
  • Category: Visual Studio

    Debug in release mode visual studio 2008

    I am having visual studio 2008.

    I need to debug my application using the mode RELEASE.Is it possible? how to enable breakpoints in visual studio 2008 in release mode
  • #747810
    Breakpoints are used for debugging only and (by default) you can only debug a Debug version of your project.

    Could you please specify why you want to debug your app in release mode... if there is any debug we can find out some other alternative.

    provide your case in details.

    Regards
    Kush

  • #747875
    In Solution Explorer, select the project.
    On the View menu, click Property Pages.
    Click the Build or Debug tab, in a Visual C# or a Visual F# project, the Compile or Debug tab, in a Visual Basic project, or Configuration Properties, in a Visual C++ project.
    In the Configuration drop-down list, click Debug or Release.
    Try this...
    for more clarifications on this refer from below article...

    http://www.dotnet-tricks.com/Tutorial/visualstudio/N799060712-Visual-Studio-Debug-VS-Release-mode.html

    Rajesh B
    To Live More,Learn More


  • Sign In to post your comments