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#
  4. Differences came from debug and release

Differences came from debug and release

Scheduled Pinned Locked Moved C#
debuggingquestionannouncement
4 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.
  • S Offline
    S Offline
    Sasuko
    wrote on last edited by
    #1

    what are the differences?

    G C 2 Replies Last reply
    0
    • S Sasuko

      what are the differences?

      G Offline
      G Offline
      Guffa
      wrote on last edited by
      #2

      When you compile in debug mode, it creates debug information so that you can use the debugger. Also you get more information in the error messages. --- b { font-weight: normal; }

      S 1 Reply Last reply
      0
      • G Guffa

        When you compile in debug mode, it creates debug information so that you can use the debugger. Also you get more information in the error messages. --- b { font-weight: normal; }

        S Offline
        S Offline
        Sasuko
        wrote on last edited by
        #3

        tnx a lot

        1 Reply Last reply
        0
        • S Sasuko

          what are the differences?

          C Offline
          C Offline
          Carsten Zeumer
          wrote on last edited by
          #4

          Additionally to the debug information no optimizations are done. Some optimizations would make it hard to debug your code (i.E. inlining, removal of unused variables, loop-unwinding etc.). In release mode those optimizations make your program run faster (not always notable, depends on your design and what your program does.) /cadi 24 hours is not enough

          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