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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C#
  4. are there any good tutorials VS.NET debugging?

are there any good tutorials VS.NET debugging?

Scheduled Pinned Locked Moved C#
csharpvisual-studiohelpquestion
5 Posts 3 Posters 3 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.
  • . Offline
    . Offline
    ...---...
    wrote on last edited by
    #1

    besides 'trial and error' are there any good debugging tutorials? thanks

    C K 3 Replies Last reply
    0
    • . ...---...

      besides 'trial and error' are there any good debugging tutorials? thanks

      C Offline
      C Offline
      Colin Angus Mackay
      wrote on last edited by
      #2

      ...---... wrote:

      besides 'trial and error' are there any good debugging tutorials?

      Isn't that what debugging mostly is? You write code, you try it out, an error is generated, you examine the value of the variables, the objects, take note of the exeption that was thrown and try again setting a breakpoint somewhere before the error to see the flow of the application to determine why it went wrong. Then once you understand that you write a unit test to ensure that code path has a test, if it didn't already, so that if the error rears its ugly head once more then you see it instantly in the unit tests. ColinMackay.net "Man who stand on hill with mouth open will wait long time for roast duck to drop in." -- Confucius "If a man empties his purse into his head, no man can take it away from him, for an investment in knowledge pays the best interest." -- Joseph E. O'Donnell

      1 Reply Last reply
      0
      • . ...---...

        besides 'trial and error' are there any good debugging tutorials? thanks

        C Offline
        C Offline
        Colin Angus Mackay
        wrote on last edited by
        #3

        http://www.softwaretrainingtutorials.com/ms-visual-studio-net.php[^] http://visualstudiohacks.com/atpDebugging[^] ColinMackay.net "Man who stand on hill with mouth open will wait long time for roast duck to drop in." -- Confucius "If a man empties his purse into his head, no man can take it away from him, for an investment in knowledge pays the best interest." -- Joseph E. O'Donnell

        . 1 Reply Last reply
        0
        • C Colin Angus Mackay

          http://www.softwaretrainingtutorials.com/ms-visual-studio-net.php[^] http://visualstudiohacks.com/atpDebugging[^] ColinMackay.net "Man who stand on hill with mouth open will wait long time for roast duck to drop in." -- Confucius "If a man empties his purse into his head, no man can take it away from him, for an investment in knowledge pays the best interest." -- Joseph E. O'Donnell

          . Offline
          . Offline
          ...---...
          wrote on last edited by
          #4

          Colin -- thanks a lot!

          1 Reply Last reply
          0
          • . ...---...

            besides 'trial and error' are there any good debugging tutorials? thanks

            K Offline
            K Offline
            Kevin McFarlane
            wrote on last edited by
            #5

            Have a look at the MSDN Nuggets videos on debugging. There's one called "Tools for Debugging" or something like that. There's a whole section just on VS 2005 debugging. But some of it is applicable to VS 2002/3 debugging too. You will get some ideas from watching a few of them. http://www.microsoft.com/uk/msdn/events/nuggets.aspx[^] Kevin

            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