CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

View Poll Results: Were you taught how to debug code at college/university?

Voters
39. You may not vote on this poll
  • What's debugging?

    1 2.56%
  • No.

    17 43.59%
  • Some help was given.

    9 23.08%
  • Yes, it was part of the course.

    0 0%
  • Not applicable, self taught programmer

    12 30.77%
Results 1 to 15 of 64

Threaded View

  1. #11
    Join Date
    May 2009
    Posts
    2,413

    Re: Were you taught debugging

    Quote Originally Posted by Arjay View Post
    I have a preferred list of debugging techiques. From most preferred to least preferred:

    Debugger
    Log File
    Event log
    Trace output
    Message box

    Blindly trying things hoping it will work is the worse.
    This list is pure nonsense.

    For example why is a debugger better than the rest?
    Last edited by nuzzle; September 14th, 2009 at 06:53 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured