...stepping back from the code *just enough* to provide examples of what was/ wasn't working pointed out the flaw to me. anyone else done similar?

Whenever people contact me with having a problem with software I've written, I ask them to describe the problem as thoroughly as possible in an email. Many times, they've found the problem themselves, either being a problem in how they used my software, or what exactly the problem was with my software.

I try to use the same technique when I'm using anybody else's software. My out box has several half finished emails with problem descriptions that didn't need finishing because while writing them, I found the problem, or realized the problem was somewhere else.

Yes, stepping back and providing examples has always worked for me: actively as well as passively. ;-)

Liz


In reply to Re: unexpected debugging help by liz
in thread unexpected debugging help by geektron

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.