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. The Lounge
  3. Thought for the ages

Thought for the ages

Scheduled Pinned Locked Moved The Lounge
learninghelpquestiondebuggingdiscussion
36 Posts 26 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.
  • OriginalGriffO OriginalGriff

    Like you, I grew up with the manual and a compiler: we didn't have access to debuggers in those days, so we had to insert out own logging statements to try and narrow down where a bug might be. When I moved to embedded assembler, it got even worse - so I wrote my own "debugger" which showed registers and could show memory content. You still had to add code to enable it though! I think what is the worst, is that never mind debugging, some of the next generation can't even read an error message and start fixing their own syntax errors. That's fundamental: if it doesn't compile (or interpret) no debugger on the planet can help you! But I agree - debugging is important and should be taught. But I suspect that those who teach this stuff don't know how to debug code (or even write it in many cases) and aren't even aware that a debugger exists, much less how useful it can be!

    "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt AntiTwitter: @DalekDave is now a follower!

    R Offline
    R Offline
    raddevus
    wrote on last edited by
    #13

    OriginalGriff wrote:

    we didn't have access to debuggers in those days, so we had to insert out own logging statements to try and narrow down where a bug might be.

    Ohhhh...A JavaScript dev, right? :rolleyes:

    console.log("the bug is here somewhere...");

    OriginalGriffO N 2 Replies Last reply
    0
    • R Ron Nicholson

      This thought has nothing to do with the thought of the day line of thoughts. It was brought about by a conversation I had with the Mrs., by OG's thank you post this morning, and by a question last week where the OP really needed to just debug. The conversations was about books and how she likes to have the physical book. I feel the same way and it took me a long time to get used to PDF 'books'. But I got to thinking about how I learned to program all those years ago, it was basic of course, the C=64 version. All I could do was RTFM. That was all that was available for Basic and Assembly at the time. Within a few years I was able to move to a Pc and start learning C. I had a copy of Microsoft C and again only the manual. But I learned, bought other books as I could, and learned some more. In all of that I had to fix my own problems and typo's, lots of typo's :laugh:. No one else could help. I find that I still use those methods to solve my current problems. Last step is to search online, and maybe ask some colleagues for a new set of eyes on the code. Makes me wonder if colleges who teach programming classes, teach debugging? Or should it be a course all by it's lonesome? Anyways, just a thought I had. What are yours?

      Jack of all trades, master of none, though often times better than master of one.

      K Offline
      K Offline
      kmoorevs
      wrote on last edited by
      #14

      When I got back into programming in the late '90s' at uni, the only resources I had were the quarterly MSDN CDs, textbooks, and a growing collection of thick paperback reference manuals. In a previous era I taught myself BASIC, then later was a CS student when C, Pascal, and Fortran were the rage. In a decade, everything had changed and I now had compilers at home, not to mention working with objects and events...It was a brave new world and I was recently out of a bad relationship, unemployed, and living by myself...so one more chance at getting a degree...sorry, getting off topic. Regarding debugging, my experience is that it is not taught in the classrooms and textbooks don't cover it well. I can still remember a colleague showing me how to set a breakpoint and F8 to actually watch the code step through the instructions! I was gobsmacked!:confused:...how did I not know about this before? It was a true epiphany! :) I haven't bought a programming book in at least 10 years, even an ebook...though if I had my choice, I would prefer a hard copy over digital. I don't seem to have the time anymore to devote to a full understanding of the 'problem at hand', instead settling for Google searches and answers that are pertinent or can be twisted into a solution. Over time, I get a lots of example code for just about everything that needs to be done...if I can just remember where it is, which then usually leads to a Google search anyway. I'm not really learning the same way I used to. Just a thought! :)

      "Go forth into the source" - Neal Morse "Hope is contagious"

      1 Reply Last reply
      0
      • R raddevus

        OriginalGriff wrote:

        we didn't have access to debuggers in those days, so we had to insert out own logging statements to try and narrow down where a bug might be.

        Ohhhh...A JavaScript dev, right? :rolleyes:

        console.log("the bug is here somewhere...");

        OriginalGriffO Offline
        OriginalGriffO Offline
        OriginalGriff
        wrote on last edited by
        #15

        :laugh: Way before that: COBOL, FORTRAN, and punched cards (or if you were lucky, paper tape).

        "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt AntiTwitter: @DalekDave is now a follower!

        "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
        "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt

        1 Reply Last reply
        0
        • OriginalGriffO OriginalGriff

          I'd disagree to an extent. Debugging is a state of mind; a way of thinking about the world. It's the process of looking at an event and working out what happened, how you got from "there" to "here" and what you saw happening en route - looking at the symptoms of a problem and deducing what had to happen to cause them; what that means about the underlying process; what actually happened. I can say with some confidence that I learned a lot more about debugging by buying an unreliable motorcycle that I did on any university course! :laugh:

          "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt AntiTwitter: @DalekDave is now a follower!

          K Offline
          K Offline
          kmoorevs
          wrote on last edited by
          #16

          OriginalGriff wrote:

          buying an unreliable motorcycle

          My Dad obviously agreed with this philosophy. I watched him rebuild multiple cars and helped whenever I could, even if it was just holding the light. When my brothers and I were old enough, we all got dirtbikes...all the very same kind...late 70s Yamaha CT 175s. None worked when we got them, but we quickly learned how the 2 stroke/magneto powered things worked. I used to think he was cheap, but later in life recognized it as wisdom. :) Solving complex problems doesn't come naturally but from experience. Solving complex problems of any kind will improve your ability to solve complex problems of all kinds. High school math should begin this process, but it doesn't always translate well to the real world.

          "Go forth into the source" - Neal Morse "Hope is contagious"

          D 1 Reply Last reply
          0
          • R Ron Nicholson

            This thought has nothing to do with the thought of the day line of thoughts. It was brought about by a conversation I had with the Mrs., by OG's thank you post this morning, and by a question last week where the OP really needed to just debug. The conversations was about books and how she likes to have the physical book. I feel the same way and it took me a long time to get used to PDF 'books'. But I got to thinking about how I learned to program all those years ago, it was basic of course, the C=64 version. All I could do was RTFM. That was all that was available for Basic and Assembly at the time. Within a few years I was able to move to a Pc and start learning C. I had a copy of Microsoft C and again only the manual. But I learned, bought other books as I could, and learned some more. In all of that I had to fix my own problems and typo's, lots of typo's :laugh:. No one else could help. I find that I still use those methods to solve my current problems. Last step is to search online, and maybe ask some colleagues for a new set of eyes on the code. Makes me wonder if colleges who teach programming classes, teach debugging? Or should it be a course all by it's lonesome? Anyways, just a thought I had. What are yours?

            Jack of all trades, master of none, though often times better than master of one.

            C Offline
            C Offline
            CPallini
            wrote on last edited by
            #17

            You know, Klingons do not debug... :-D

            "In testa che avete, Signor di Ceprano?" -- Rigoletto

            1 Reply Last reply
            0
            • M Member 12982558

              The very first "larger" (i.e. 4000 instructions) program I wrote was a TRAC interpreter on the PDP-9 in assembler language (I had some experience with writing assembler programs on the PDP-8). (TRAC, Text Reckoning and Compiling was an interpreted language, essentially a big macro expander, it was popular in the late 60-ies and earliy 70-ties, search for Calvin Moors for details). As it happened, the PDP-9 had an excellent debugger -named SCALP - and since the program contained lots of pointers I really needed this debugger from time to time (the PDP-9 had just one accumulator, no further registers). Ever since that time I told students - I kept working in academia - to pay attention to debugging and I gave some demonstrations. But giving a "course" in debugging, no. It is too dependent on the project being debugged, so the basics are that you can interrupt the processing (breakpoints), inspect registers and execute step by step. Of course on the PDP-9 step by step means executing single instruction, while with e.g. the current gnu debugger (I must admit, I develop under Linux) provides lots more possibilities. As a side note: one of the nice "features" of the PDP-9 was that you could reduce the clock speed, and - when you were experiences - could follow the execution of the program on the lights on the control panel. Came in handy when your program was looping. Conclusion: yes, debugging should be taught, but preferably not in a class room someone explaining all the debugger commands on a blackboard. Guided experience is needed here.

              W Offline
              W Offline
              W Balboos GHB
              wrote on last edited by
              #18

              Member 12982558 wrote:

              Guided experience is needed here.

              Absolutely true - but there's one precursor ingredient to debugging by whatever means:   motivation. Motivation goes beyond the coding - you need to want to do things and make them work. Solving the bugs could (should?) be as satisfying as finally getting it all working. I take my cue (or more, found a kindred spirit) in this quote often attributed to Hannibal:                 "If I cannot find a way I'll make way!"

              Ravings en masse^

              "The difference between genius and stupidity is that genius has its limits." - Albert Einstein

              "If you are searching for perfection in others, then you seek disappointment. If you seek perfection in yourself, then you will find failure." - Balboos HaGadol Mar 2010

              1 Reply Last reply
              0
              • R Ron Nicholson

                This thought has nothing to do with the thought of the day line of thoughts. It was brought about by a conversation I had with the Mrs., by OG's thank you post this morning, and by a question last week where the OP really needed to just debug. The conversations was about books and how she likes to have the physical book. I feel the same way and it took me a long time to get used to PDF 'books'. But I got to thinking about how I learned to program all those years ago, it was basic of course, the C=64 version. All I could do was RTFM. That was all that was available for Basic and Assembly at the time. Within a few years I was able to move to a Pc and start learning C. I had a copy of Microsoft C and again only the manual. But I learned, bought other books as I could, and learned some more. In all of that I had to fix my own problems and typo's, lots of typo's :laugh:. No one else could help. I find that I still use those methods to solve my current problems. Last step is to search online, and maybe ask some colleagues for a new set of eyes on the code. Makes me wonder if colleges who teach programming classes, teach debugging? Or should it be a course all by it's lonesome? Anyways, just a thought I had. What are yours?

                Jack of all trades, master of none, though often times better than master of one.

                G Offline
                G Offline
                Gary R Wheeler
                wrote on last edited by
                #19

                Ron Nicholson wrote:

                The conversations was about books and how she likes to have the physical book. I feel the same way and it took me a long time to get used to PDF 'books'

                For non-fiction I like electronic formats (PDF preferred). I usually don't read these cover-to-cover, so the ability to search is very useful. The only exception to this for me are the O'Reilly "pocket reference" paperbacks, of which I have several. These are fantastic computer books. They are short, to the point, and they provide a nice breadth of information on their topic. Fiction I always read as a paper book. Sequential reading electronically for me is distracting and unpleasant. Part of the problem is that most screens can't contain enough text to handle my reading speed, which is around 1500 words per minute. I spend a few seconds reading a page, hit the page down key, wait for the screen to update, repeat. Reading a physical book requires less time turning pages vs. absorbing text.

                Ron Nicholson wrote:

                Makes me wonder if colleges who teach programming classes, teach debugging? Or should it be a course all by it's lonesome?

                I've never had the impression that practical skills were emphasized in collegiate programming classes. The more vocation-oriented schools like community college tend to lean more that way. In both cases students are expected to pick up those sort of experiences through internships. I always thought it would be interesting to teach a course in practical software engineering as an adjunct instructor. I would organize the course around building and maintaining a software product. The product itself would be fairly minor. The point would be to get the students familiar with and thinking about the process from requirements, implementation, testing, release, maintenance, bugs, and so on. The temptation to be perverse about changing things in midstream would almost be irresistable :cool:.

                Software Zen: delete this;

                1 Reply Last reply
                0
                • K kmoorevs

                  OriginalGriff wrote:

                  buying an unreliable motorcycle

                  My Dad obviously agreed with this philosophy. I watched him rebuild multiple cars and helped whenever I could, even if it was just holding the light. When my brothers and I were old enough, we all got dirtbikes...all the very same kind...late 70s Yamaha CT 175s. None worked when we got them, but we quickly learned how the 2 stroke/magneto powered things worked. I used to think he was cheap, but later in life recognized it as wisdom. :) Solving complex problems doesn't come naturally but from experience. Solving complex problems of any kind will improve your ability to solve complex problems of all kinds. High school math should begin this process, but it doesn't always translate well to the real world.

                  "Go forth into the source" - Neal Morse "Hope is contagious"

                  D Offline
                  D Offline
                  dandy72
                  wrote on last edited by
                  #20

                  kmoorevs wrote:

                  we all got dirtbikes...all the very same kind...late 70s Yamaha CT 175s. None worked when we got them [...] I used to think he was cheap, but later in life recognized it as wisdom

                  That's actually pretty cool. He knew exactly what he was doing, didn't he? I hope he knows you later understood why he bought them in a non-working state.

                  1 Reply Last reply
                  0
                  • R Ron Nicholson

                    This thought has nothing to do with the thought of the day line of thoughts. It was brought about by a conversation I had with the Mrs., by OG's thank you post this morning, and by a question last week where the OP really needed to just debug. The conversations was about books and how she likes to have the physical book. I feel the same way and it took me a long time to get used to PDF 'books'. But I got to thinking about how I learned to program all those years ago, it was basic of course, the C=64 version. All I could do was RTFM. That was all that was available for Basic and Assembly at the time. Within a few years I was able to move to a Pc and start learning C. I had a copy of Microsoft C and again only the manual. But I learned, bought other books as I could, and learned some more. In all of that I had to fix my own problems and typo's, lots of typo's :laugh:. No one else could help. I find that I still use those methods to solve my current problems. Last step is to search online, and maybe ask some colleagues for a new set of eyes on the code. Makes me wonder if colleges who teach programming classes, teach debugging? Or should it be a course all by it's lonesome? Anyways, just a thought I had. What are yours?

                    Jack of all trades, master of none, though often times better than master of one.

                    D Offline
                    D Offline
                    dandy72
                    wrote on last edited by
                    #21

                    On one hand, I've always thought colleges/universities shouldn't waste their time teaching how to work with the tool of the day, given how often they change and are made obsolete. On the other, part of me has often thought why waste time teaching theory when they could show how to solve real-world problems with actual code that's in actual use. But then, I go back to that first thought. If you have a solid foundation and understand the theory and how it's applied (that point is important) then you're set for life. That's why I was never asked to put together a curriculum (well, that's not true, but I declined, as I figured I had a rather strong bias...that's another story for another day). As I look back, I find there's just too much to learn. I'd hate to be back in the starting position today. That's why it's important to pick _some_thing, and learn it through and through. Make the wrong choice, and...well, this is why I'd hate to be back to my college years. To (slightly more) directly answer your question: Teach enough of the debugging basics to let people each come up with their own methodology. There is no one-size-fits-all answer IMO.

                    1 Reply Last reply
                    0
                    • M Marc Clifton

                      Ron Nicholson wrote:

                      Makes me wonder if colleges who teach programming classes, teach debugging?

                      As far as am concerned, the real question is "do colleges teach?" I have yet to encounter a competent programmer fresh out of college that knows about design patterns, language syntax, some decent design skills, etc, let alone how to turn on the computer and fire up an editor and write a program or website that displays Hello World.

                      Latest Articles:
                      Client-Side Type-Based Publisher/Subscriber, Exploring Synchronous, "Event-ed", and Worker Thread Subscriptions

                      enhzflepE Offline
                      enhzflepE Offline
                      enhzflep
                      wrote on last edited by
                      #22

                      :laughs: I routinely taught my tutors and fellow students more than the tutors taught me. I was interested & keen. They were on the other side of 20 years worth of life's disappointments. TD TASM TurboPascal BCPP Oh how I have fond memories of thee. MASM, NASM & VC - not quite so much!

                      1 Reply Last reply
                      0
                      • R raddevus

                        OriginalGriff wrote:

                        we didn't have access to debuggers in those days, so we had to insert out own logging statements to try and narrow down where a bug might be.

                        Ohhhh...A JavaScript dev, right? :rolleyes:

                        console.log("the bug is here somewhere...");

                        N Offline
                        N Offline
                        Nelek
                        wrote on last edited by
                        #23

                        As it would be only useful in JavaScript... I have done it in almost every language I have used (and I am not so old as many in this thread).

                        M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you Rating helpful answers is nice, but saying thanks can be even nicer.

                        1 Reply Last reply
                        0
                        • OriginalGriffO OriginalGriff

                          Like you, I grew up with the manual and a compiler: we didn't have access to debuggers in those days, so we had to insert out own logging statements to try and narrow down where a bug might be. When I moved to embedded assembler, it got even worse - so I wrote my own "debugger" which showed registers and could show memory content. You still had to add code to enable it though! I think what is the worst, is that never mind debugging, some of the next generation can't even read an error message and start fixing their own syntax errors. That's fundamental: if it doesn't compile (or interpret) no debugger on the planet can help you! But I agree - debugging is important and should be taught. But I suspect that those who teach this stuff don't know how to debug code (or even write it in many cases) and aren't even aware that a debugger exists, much less how useful it can be!

                          "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt AntiTwitter: @DalekDave is now a follower!

                          L Offline
                          L Offline
                          lmoelleb
                          wrote on last edited by
                          #24

                          I still recall the day I accidentally put the same error into a logging statement as the error I was trying to track down. I was zeroing in on the error (I thought) by adding more and more logging, wondering "how can it fail in this section, it used to work and I didn't change anything" :confused:. In the I had isolated "the error" to an empty code block with my faulty logging statement following. :doh:

                          1 Reply Last reply
                          0
                          • OriginalGriffO OriginalGriff

                            I'd disagree to an extent. Debugging is a state of mind; a way of thinking about the world. It's the process of looking at an event and working out what happened, how you got from "there" to "here" and what you saw happening en route - looking at the symptoms of a problem and deducing what had to happen to cause them; what that means about the underlying process; what actually happened. I can say with some confidence that I learned a lot more about debugging by buying an unreliable motorcycle that I did on any university course! :laugh:

                            "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt AntiTwitter: @DalekDave is now a follower!

                            5 Offline
                            5 Offline
                            5teveH
                            wrote on last edited by
                            #25

                            OriginalGriff wrote:

                            Debugging is a state of mind

                            As is the whole of the software development lifecycle. And it was pretty obvious to me, even during my first exposure to coding, (on a TOPS programming course), that some people got it and others never would. I've always believed that it's a 'knack', that some people have and some don't.

                            OriginalGriff wrote:

                            I can say with some confidence that I learned a lot more about debugging by buying an unreliable motorcycle that I did on any university course!

                            I think you've nailed it! As farmer's lads, my brother and I spent many hours fixing up all sorts of unreliable stuff - including a BSA Bantam 125; a Triumph Tiger Cub, a Lambretta 150; and a Triumph Tiger 350 - which was way too heavy, (and fast), for us. And, occasionally, (when they were working), actually riding them around the fields. Any programming aptitude test should require applicants to figure out that a carburetor jet has muck in it - and be able to fix it! :-D

                            V 1 Reply Last reply
                            0
                            • R Ron Nicholson

                              This thought has nothing to do with the thought of the day line of thoughts. It was brought about by a conversation I had with the Mrs., by OG's thank you post this morning, and by a question last week where the OP really needed to just debug. The conversations was about books and how she likes to have the physical book. I feel the same way and it took me a long time to get used to PDF 'books'. But I got to thinking about how I learned to program all those years ago, it was basic of course, the C=64 version. All I could do was RTFM. That was all that was available for Basic and Assembly at the time. Within a few years I was able to move to a Pc and start learning C. I had a copy of Microsoft C and again only the manual. But I learned, bought other books as I could, and learned some more. In all of that I had to fix my own problems and typo's, lots of typo's :laugh:. No one else could help. I find that I still use those methods to solve my current problems. Last step is to search online, and maybe ask some colleagues for a new set of eyes on the code. Makes me wonder if colleges who teach programming classes, teach debugging? Or should it be a course all by it's lonesome? Anyways, just a thought I had. What are yours?

                              Jack of all trades, master of none, though often times better than master of one.

                              L Offline
                              L Offline
                              Lost User
                              wrote on last edited by
                              #26

                              Ron Nicholson wrote:

                              if colleges who teach programming classes

                              Given some of the QAs we see I am not even sure that they are teaching programming properly. I had a question from someone the other day who said he was a teacher, but had no idea how to fix, or even find, the (fairly simple to find) problem. If that is the quality of teaching it is little wonder that we see what we do.

                              N 1 Reply Last reply
                              0
                              • 5 5teveH

                                OriginalGriff wrote:

                                Debugging is a state of mind

                                As is the whole of the software development lifecycle. And it was pretty obvious to me, even during my first exposure to coding, (on a TOPS programming course), that some people got it and others never would. I've always believed that it's a 'knack', that some people have and some don't.

                                OriginalGriff wrote:

                                I can say with some confidence that I learned a lot more about debugging by buying an unreliable motorcycle that I did on any university course!

                                I think you've nailed it! As farmer's lads, my brother and I spent many hours fixing up all sorts of unreliable stuff - including a BSA Bantam 125; a Triumph Tiger Cub, a Lambretta 150; and a Triumph Tiger 350 - which was way too heavy, (and fast), for us. And, occasionally, (when they were working), actually riding them around the fields. Any programming aptitude test should require applicants to figure out that a carburetor jet has muck in it - and be able to fix it! :-D

                                V Offline
                                V Offline
                                Vivi Chellappa
                                wrote on last edited by
                                #27

                                I can see your viewpoint. On the other hand, I can't do anything with my hands in terms of mechanical things, construction, fixing the plumbing, etc. However, I used to be able to earn programming languages on my own (never took a course on a single one of them), write programs real fast, make few mistakes in writing them, debug my programs and systems written by others from core dumps (what the heck are they?), have an intuitive grasp of logic, understanding of systems at a high level, etc. That came in handy as a consultant too. I think an analytical mind is sufficient to work in programming. In fixing tractors, motorcycles, automobiles, etc., you develop logical thinking because for all those things to work, you needed to gain an understanding of how those IC engines worked, how you had to time the spark for the engine to fire, etc. If you were into construction, I can see how working with the HVAC (heating, ventilating and air conditioning) systems or the water heating system would help develop your thinking and troubleshooting ability. However, if you only pounded nails day in and day out to frame the building or to nail the Sheetrock to the walls or just painted buildings for months on end, I don't see much benefit from those activities.

                                1 Reply Last reply
                                0
                                • L Lost User

                                  Ron Nicholson wrote:

                                  if colleges who teach programming classes

                                  Given some of the QAs we see I am not even sure that they are teaching programming properly. I had a question from someone the other day who said he was a teacher, but had no idea how to fix, or even find, the (fairly simple to find) problem. If that is the quality of teaching it is little wonder that we see what we do.

                                  N Offline
                                  N Offline
                                  Nelek
                                  wrote on last edited by
                                  #28

                                  Richard MacCutchan wrote:

                                  who said he was a teacher,

                                  I would like to hope that it was an excuse to try to get more help... but I would not bet anything

                                  M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you Rating helpful answers is nice, but saying thanks can be even nicer.

                                  L 1 Reply Last reply
                                  0
                                  • N Nelek

                                    Richard MacCutchan wrote:

                                    who said he was a teacher,

                                    I would like to hope that it was an excuse to try to get more help... but I would not bet anything

                                    M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you Rating helpful answers is nice, but saying thanks can be even nicer.

                                    L Offline
                                    L Offline
                                    Lost User
                                    wrote on last edited by
                                    #29

                                    I did feel a bit sorry for him when I read, "I have been staring at this all day, and feel like crying." Instead of actually looking at the three lines of code that were the obvious root of the problem.

                                    1 Reply Last reply
                                    0
                                    • OriginalGriffO OriginalGriff

                                      I'd disagree to an extent. Debugging is a state of mind; a way of thinking about the world. It's the process of looking at an event and working out what happened, how you got from "there" to "here" and what you saw happening en route - looking at the symptoms of a problem and deducing what had to happen to cause them; what that means about the underlying process; what actually happened. I can say with some confidence that I learned a lot more about debugging by buying an unreliable motorcycle that I did on any university course! :laugh:

                                      "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt AntiTwitter: @DalekDave is now a follower!

                                      T Offline
                                      T Offline
                                      thewazz
                                      wrote on last edited by
                                      #30

                                      Zen and the Art of Motorcycle Maintenance.

                                      1 Reply Last reply
                                      0
                                      • M Member 12982558

                                        The very first "larger" (i.e. 4000 instructions) program I wrote was a TRAC interpreter on the PDP-9 in assembler language (I had some experience with writing assembler programs on the PDP-8). (TRAC, Text Reckoning and Compiling was an interpreted language, essentially a big macro expander, it was popular in the late 60-ies and earliy 70-ties, search for Calvin Moors for details). As it happened, the PDP-9 had an excellent debugger -named SCALP - and since the program contained lots of pointers I really needed this debugger from time to time (the PDP-9 had just one accumulator, no further registers). Ever since that time I told students - I kept working in academia - to pay attention to debugging and I gave some demonstrations. But giving a "course" in debugging, no. It is too dependent on the project being debugged, so the basics are that you can interrupt the processing (breakpoints), inspect registers and execute step by step. Of course on the PDP-9 step by step means executing single instruction, while with e.g. the current gnu debugger (I must admit, I develop under Linux) provides lots more possibilities. As a side note: one of the nice "features" of the PDP-9 was that you could reduce the clock speed, and - when you were experiences - could follow the execution of the program on the lights on the control panel. Came in handy when your program was looping. Conclusion: yes, debugging should be taught, but preferably not in a class room someone explaining all the debugger commands on a blackboard. Guided experience is needed here.

                                        M Offline
                                        M Offline
                                        Member 14541648
                                        wrote on last edited by
                                        #31

                                        I teach an Intro to SQL class (okay, I gave the class ONCE...then I changed jobs and after I settle down the new boss wants me to offer the class again). After class, the one thing I learned as an instructor, was that I need a How to Troubleshoot SQL section. Common errors in code and what the message means. I learned this because my student keeps sending me his code (I also now serve as his mentor) to help him debug. My fault...I didn't introduce him to what those red squiggly lines mean and how to understand the text that appears when you hover over the line. Simple things like leaving the comma when removing/commenting out the last line in a select statement (and the reason why I suggest the comma goes at the BEGINNING of a line and not at the end!). As this is an introduction class, I don't want to get too deep into all the things that can go wrong with coding, just the things that happen to most coders (that means the beginners and the experienced SQL writers, too). Just to have a basis of what do you do. FIRST...Read the error! Either the pop-up when you go to run it, or what you see with the red line. Then, decide what to do about the message. Simple, right?

                                        1 Reply Last reply
                                        0
                                        • R Ron Nicholson

                                          This thought has nothing to do with the thought of the day line of thoughts. It was brought about by a conversation I had with the Mrs., by OG's thank you post this morning, and by a question last week where the OP really needed to just debug. The conversations was about books and how she likes to have the physical book. I feel the same way and it took me a long time to get used to PDF 'books'. But I got to thinking about how I learned to program all those years ago, it was basic of course, the C=64 version. All I could do was RTFM. That was all that was available for Basic and Assembly at the time. Within a few years I was able to move to a Pc and start learning C. I had a copy of Microsoft C and again only the manual. But I learned, bought other books as I could, and learned some more. In all of that I had to fix my own problems and typo's, lots of typo's :laugh:. No one else could help. I find that I still use those methods to solve my current problems. Last step is to search online, and maybe ask some colleagues for a new set of eyes on the code. Makes me wonder if colleges who teach programming classes, teach debugging? Or should it be a course all by it's lonesome? Anyways, just a thought I had. What are yours?

                                          Jack of all trades, master of none, though often times better than master of one.

                                          R Offline
                                          R Offline
                                          Rusty Bullet
                                          wrote on last edited by
                                          #32

                                          My schooling wasn't so far back, so I remember being weak on debugging while in school. I also had to train other students who were weaker than I was. I tend to view others as having different strengths and weaknesses and try to be tolerant. As an example, I am meticulous, and -fresh out of school- programmers tend to be much faster than I will ever be, but also overlook what are obvious code problems to me.

                                          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