<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <br>
    <font size="+1"><font face="monospace">Hi guys,<br>
        <br>
        I hit a stupid bug today ... to find it was nasty, i think
        because<br>
        the debugger does not show what (at least I) would expect. <br>
        <br>
        Please see the attached picture here:<br>
        <a class="moz-txt-link-freetext" href="https://pasteboard.co/KeEwgAy.png">https://pasteboard.co/KeEwgAy.png</a><br>
        <br>
        If you look at the debugger bottom right pane you think<br>
        that 'aStringRepr' is nil, right? Well, it is not so,<br>
        If you inspect it, see inspector in the middle of the screen,<br>
        you see it actually is 'nil', that is a String containing a 3
        letter value.<br>
        <br>
        This happens also for numbers, if they are inside Strings the
        debugger<br>
        does not show eg: '123', but 123. That is some kind of "print
        representation".<br>
        <br>
        I think this is very much undesirable and an unexpected
        behavior,<br>
        at least for a beginner;)<br>
        <br>
        bye<br>
        Nicola<br>
        <br>
        <br>
        <br>
      </font></font>
  </body>
</html>