Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. How to debug in release mode

How to debug in release mode

Scheduled Pinned Locked Moved C / C++ / MFC
debuggingtutorialquestionannouncement
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    tomer dror
    wrote on last edited by
    #1

    Hi, I want to debug my application in release mode ,added debug info into the release, which tool allow me to view more that just assembley when running it on the client machine dr. watson...?,windbg...? what should i do .??? thanks tomer

    T M 2 Replies Last reply
    0
    • T tomer dror

      Hi, I want to debug my application in release mode ,added debug info into the release, which tool allow me to view more that just assembley when running it on the client machine dr. watson...?,windbg...? what should i do .??? thanks tomer

      T Offline
      T Offline
      Tim Deveaux
      wrote on last edited by
      #2

      Did you remember to link with debug info, and also include the pdb file on the client (if that format was used)... If so, and you wind up in a debugger, it should prompt you for the locations of the relevant source files and away you go...

      1 Reply Last reply
      0
      • T tomer dror

        Hi, I want to debug my application in release mode ,added debug info into the release, which tool allow me to view more that just assembley when running it on the client machine dr. watson...?,windbg...? what should i do .??? thanks tomer

        M Offline
        M Offline
        Michael Dunn
        wrote on last edited by
        #3

        Check out Keith Rule's article Debugging Release Mode Problems in the Debug Tips section.

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups