<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Function locals in JSL Debugger in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Function-locals-in-JSL-Debugger/m-p/681755#M86737</link>
    <description>&lt;P&gt;This is a bug. It appears to have stopped working in JMP 15. Thanks for letting us know.&lt;/P&gt;</description>
    <pubDate>Wed, 27 Sep 2023 18:48:53 GMT</pubDate>
    <dc:creator>DonMcCormack</dc:creator>
    <dc:date>2023-09-27T18:48:53Z</dc:date>
    <item>
      <title>Function locals in JSL Debugger</title>
      <link>https://community.jmp.com/t5/Discussions/Function-locals-in-JSL-Debugger/m-p/680719#M86645</link>
      <description>&lt;P&gt;I've never been able to get function locals to appear in the debugger. Here is a simple example. When the debugger is inside the function the tooltip shows the correct value, but neither variable 'a' or 'c' appear below. Is this a bug?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="bculver_0-1695418976848.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/56945i8FBC199E424E94FB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="bculver_0-1695418976848.png" alt="bculver_0-1695418976848.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;JMP 17.2.0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Sep 2023 21:48:10 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Function-locals-in-JSL-Debugger/m-p/680719#M86645</guid>
      <dc:creator>bculver</dc:creator>
      <dc:date>2023-09-22T21:48:10Z</dc:date>
    </item>
    <item>
      <title>Re: Function locals in JSL Debugger</title>
      <link>https://community.jmp.com/t5/Discussions/Function-locals-in-JSL-Debugger/m-p/681016#M86664</link>
      <description>&lt;P&gt;Thanks &lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/24252"&gt;@bculver&lt;/a&gt; . I just pinged &lt;A href="mailto:support@jmp.com" target="_blank"&gt;support@jmp.com&lt;/A&gt; to let them know. It's possible that there's something that we're overlooking (I, too, tried to get something to appear in the Locals tab under Function but couldn't). In the future, when you run across something you think isn't working properly, I'd encourage you to contact &lt;A href="mailto:support@jmp.com" target="_blank"&gt;support@jmp.com&lt;/A&gt;. It's possibly something we haven't found yet.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2023 14:50:18 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Function-locals-in-JSL-Debugger/m-p/681016#M86664</guid>
      <dc:creator>DonMcCormack</dc:creator>
      <dc:date>2023-09-25T14:50:18Z</dc:date>
    </item>
    <item>
      <title>Re: Function locals in JSL Debugger</title>
      <link>https://community.jmp.com/t5/Discussions/Function-locals-in-JSL-Debugger/m-p/681755#M86737</link>
      <description>&lt;P&gt;This is a bug. It appears to have stopped working in JMP 15. Thanks for letting us know.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Sep 2023 18:48:53 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Function-locals-in-JSL-Debugger/m-p/681755#M86737</guid>
      <dc:creator>DonMcCormack</dc:creator>
      <dc:date>2023-09-27T18:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: Function locals in JSL Debugger</title>
      <link>https://community.jmp.com/t5/Discussions/Function-locals-in-JSL-Debugger/m-p/802460#M97887</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I have to admit - I did not use the JSL Debugger till I set up my own &lt;A href="https://community.jmp.com/t5/Discussions/Default-Local-vs-Explicit-declaration-of-locals/m-p/801888/highlight/true#M97776" target="_blank" rel="noopener"&gt;Namespace Inspector&lt;/A&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Just to find out that it's already there ...&amp;nbsp; The huge benefit compared my own one: it can even list variables from local namespaces of functions ... Ah no, it cant.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_0-1727507869411.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/68687iA08E5F1FCA30C735/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_0-1727507869411.png" alt="hogi_0-1727507869411.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;JMP 18.1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names default to here(1);
z=1;
func = function({a},{c},
c=a*2;
c;
);
func(1);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 18 Sep 2025 08:23:11 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Function-locals-in-JSL-Debugger/m-p/802460#M97887</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2025-09-18T08:23:11Z</dc:date>
    </item>
    <item>
      <title>Re: Function locals in JSL Debugger</title>
      <link>https://community.jmp.com/t5/Discussions/Function-locals-in-JSL-Debugger/m-p/802461#M97888</link>
      <description>&lt;P&gt;added it to&amp;nbsp;&lt;LI-MESSAGE title="Tiny Traps in Jmp and JSL" uid="702685" url="https://community.jmp.com/t5/Discussions/Tiny-Traps-in-Jmp-and-JSL/m-p/702685#U702685" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-forum-thread lia-fa-icon lia-fa-forum lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 28 Sep 2024 07:24:45 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Function-locals-in-JSL-Debugger/m-p/802461#M97888</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2024-09-28T07:24:45Z</dc:date>
    </item>
  </channel>
</rss>

