<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <div class="moz-cite-prefix">El 16/6/22 a las 15:37, Juan Vuletich
      escribió:<br>
    </div>
    <blockquote type="cite" cite="mid:62AB7850.4090903@zoho.com"><br>
      I'm sure I'm not getting what you say. Can you provide an easy to
      reproduce example?</blockquote>
    <p>This particular problem triggers at: Compiler>>notify:
      aString at: location</p>
    <p><br>
    </p>
    <p>The raised exception is very rich: <br>
    </p>
    <p><br>
    </p>
    <p>notify: aString at: location<br>
          "Refer to the comment in Object|notify:."<br>
      <br>
          ^requestor == nil<br>
              ifTrue: [SyntaxErrorNotification<br>
                          inClass: class<br>
                          category: category<br>
                          withCode: <br>
                              (sourceStream contents<br>
                                  copyReplaceFrom: location<br>
                                  to: location - 1<br>
                                  with: aString)<br>
                          doitFlag: false<br>
                          errorMessage: aString<br>
                          location: location]<br>
              ifFalse: [requestor<br>
                          notify: aString<br>
                          at: location<br>
                          in: sourceStream]</p>
    <p><br>
    </p>
    <p>But I'm not being able to inspect it. I would like to not only
      visualize it, but perhaps inspect all its instance variable
      arguments.</p>
    <p>But I don't find an easy way to do it form the debugger. I'm
      still searching through the backtrace <img style="width: 3ex;
        height: 3ex; min-width: 20px; min-height: 20px; display:
        inline-block; margin: 0 .15em .2ex; line-height: normal;
        vertical-align: middle" class="joypixels" alt="🤷‍♂️"
src="https://cdn.jsdelivr.net/gh/joypixels/emoji-assets@v6.6.0/png/64/1f937-2642.png"
        width="20" height="20" align="middle"></p>
  </body>
</html>