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. Setting Debug Info option

Setting Debug Info option

Scheduled Pinned Locked Moved C / C++ / MFC
visual-studiocsharpdebuggingtools
3 Posts 2 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.
  • S Offline
    S Offline
    Super Hornet
    wrote on last edited by
    #1

    Is it possible to set the debug info option through batch build script. Note: I am not looking for the option through Visual Studio IDE

    M 1 Reply Last reply
    0
    • S Super Hornet

      Is it possible to set the debug info option through batch build script. Note: I am not looking for the option through Visual Studio IDE

      M Offline
      M Offline
      Mark Salsbery
      wrote on last edited by
      #2

      /DEBUG (Generate Debug Info) linker option[^]? Most of the Visual Studio project settings correspond to the associated tool (compiler, linker, etc.) command line options. If you have trouble finding the appropriate option, look in the "Command Line" sections in the VS project properties. Compiler Options Listed by Category[^] Linker Options[^] Mark

      Mark Salsbery Microsoft MVP - Visual C++ :java:

      S 1 Reply Last reply
      0
      • M Mark Salsbery

        /DEBUG (Generate Debug Info) linker option[^]? Most of the Visual Studio project settings correspond to the associated tool (compiler, linker, etc.) command line options. If you have trouble finding the appropriate option, look in the "Command Line" sections in the VS project properties. Compiler Options Listed by Category[^] Linker Options[^] Mark

        Mark Salsbery Microsoft MVP - Visual C++ :java:

        S Offline
        S Offline
        Super Hornet
        wrote on last edited by
        #3

        Thank you Mark. The links are very useful.

        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