<?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: Eclipse Debugger: Cannot parse variable name in dynamic method calls/selects in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/eclipse-debugger-cannot-parse-variable-name-in-dynamic-method-calls-selects/m-p/12533210#M2005593</link>
    <description>&lt;P&gt;Hi Armin,&lt;/P&gt;&lt;P&gt;this is good news, looking forward to it! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Have a nice day!&lt;/P&gt;&lt;P&gt;O.&lt;/P&gt;</description>
    <pubDate>Mon, 20 Mar 2023 08:59:09 GMT</pubDate>
    <dc:creator>former_member793544</dc:creator>
    <dc:date>2023-03-20T08:59:09Z</dc:date>
    <item>
      <title>Eclipse Debugger: Cannot parse variable name in dynamic method calls/selects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/eclipse-debugger-cannot-parse-variable-name-in-dynamic-method-calls-selects/m-p/12533202#M2005585</link>
      <description>&lt;P&gt;Hallo all,&lt;/P&gt;
  &lt;P&gt;I have this, kind of, annoying issue with Debugger in Eclipse: If there is a dynamic method call or select into more variables and you double click it, you wan't get it to list of displayed variables, only error message is shown, that it is not resolvable as variable, because it wrongly interprets parenthesis as a part of variable name, see screenshot.&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2022012-eclipse-debug.jpg" /&gt;&lt;/P&gt;
  &lt;P&gt;Is there a way to fix this? Am I doing something wrong?&lt;/P&gt;
  &lt;P&gt;Thank you in advance &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
  &lt;P&gt;O.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Feb 2022 14:30:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/eclipse-debugger-cannot-parse-variable-name-in-dynamic-method-calls-selects/m-p/12533202#M2005585</guid>
      <dc:creator>former_member793544</dc:creator>
      <dc:date>2022-02-23T14:30:09Z</dc:date>
    </item>
    <item>
      <title>Re: Eclipse Debugger: Cannot parse variable name in dynamic method calls/selects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/eclipse-debugger-cannot-parse-variable-name-in-dynamic-method-calls-selects/m-p/12533203#M2005586</link>
      <description>&lt;P&gt;I think it would be a good idea to paste the code so that people can try on their own Eclipse version...&lt;/P&gt;</description>
      <pubDate>Wed, 23 Feb 2022 15:21:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/eclipse-debugger-cannot-parse-variable-name-in-dynamic-method-calls-selects/m-p/12533203#M2005586</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2022-02-23T15:21:50Z</dc:date>
    </item>
    <item>
      <title>Re: Eclipse Debugger: Cannot parse variable name in dynamic method calls/selects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/eclipse-debugger-cannot-parse-variable-name-in-dynamic-method-calls-selects/m-p/12533204#M2005587</link>
      <description>&lt;P&gt;That is a good Idea! (Just BTW, the Problem with selects persists from older Versions of ADT, I even reported it already some years back...)&lt;/P&gt;&lt;P&gt;Here the code:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;report z_os_test_eclipse.

data:
  class_name  type string,
  method_name type string,
  matnr       type matnr,
  maktx       type maktx.

  class_name = 'CL_DEMO_OUTPUT'.
  method_name = 'DISPLAY_TEXT'.

  call method (class_name)=&amp;gt;(method_name)
    exporting text = 'Hello World!'.

  select matnr maktx into (matnr, maktx)
    from makt
    up to 1 rows.
  endselect.&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 24 Feb 2022 10:09:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/eclipse-debugger-cannot-parse-variable-name-in-dynamic-method-calls-selects/m-p/12533204#M2005587</guid>
      <dc:creator>former_member793544</dc:creator>
      <dc:date>2022-02-24T10:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: Eclipse Debugger: Cannot parse variable name in dynamic method calls/selects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/eclipse-debugger-cannot-parse-variable-name-in-dynamic-method-calls-selects/m-p/12533205#M2005588</link>
      <description>&lt;P&gt;Eclipse 2012-12, ADT 3.24.1, older backend (SAP_ABA 740), same thing.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Feb 2022 11:45:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/eclipse-debugger-cannot-parse-variable-name-in-dynamic-method-calls-selects/m-p/12533205#M2005588</guid>
      <dc:creator>abo</dc:creator>
      <dc:date>2022-02-24T11:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: Eclipse Debugger: Cannot parse variable name in dynamic method calls/selects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/eclipse-debugger-cannot-parse-variable-name-in-dynamic-method-calls-selects/m-p/12533206#M2005589</link>
      <description>&lt;P&gt;Thanks for reporting this. It seems rather clear that this is an ADT bug. It is also reproducible for me, we will check it.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2022 08:46:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/eclipse-debugger-cannot-parse-variable-name-in-dynamic-method-calls-selects/m-p/12533206#M2005589</guid>
      <dc:creator>Armin_Beil</dc:creator>
      <dc:date>2022-03-08T08:46:33Z</dc:date>
    </item>
    <item>
      <title>Re: Eclipse Debugger: Cannot parse variable name in dynamic method calls/selects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/eclipse-debugger-cannot-parse-variable-name-in-dynamic-method-calls-selects/m-p/12533207#M2005590</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I just wanted to check in if there is any progress in this issue?&lt;/P&gt;&lt;P&gt;I see, that in 3.26.2 the problem still persists...&lt;/P&gt;&lt;P&gt;Thank you and have a nice day!&lt;/P&gt;&lt;P&gt;O.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jun 2022 07:10:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/eclipse-debugger-cannot-parse-variable-name-in-dynamic-method-calls-selects/m-p/12533207#M2005590</guid>
      <dc:creator>former_member793544</dc:creator>
      <dc:date>2022-06-03T07:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: Eclipse Debugger: Cannot parse variable name in dynamic method calls/selects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/eclipse-debugger-cannot-parse-variable-name-in-dynamic-method-calls-selects/m-p/12533208#M2005591</link>
      <description>&lt;P&gt;Yes correct, it is not solved yet.&lt;/P&gt;&lt;P&gt;Edit: Planned to be fixed with the next ADT release. Next ADT release is planned for May 2023&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jun 2022 07:18:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/eclipse-debugger-cannot-parse-variable-name-in-dynamic-method-calls-selects/m-p/12533208#M2005591</guid>
      <dc:creator>Armin_Beil</dc:creator>
      <dc:date>2022-06-03T07:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: Eclipse Debugger: Cannot parse variable name in dynamic method calls/selects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/eclipse-debugger-cannot-parse-variable-name-in-dynamic-method-calls-selects/m-p/12533209#M2005592</link>
      <description>&lt;P&gt;Dear Ondrej,&lt;/P&gt;&lt;P&gt;it is planned to deliver the solution with the next ADT release. The next ADT release is planned for May 2023. &lt;/P&gt;&lt;P&gt;We reviewed the double click behavior of the ADT ABAP debugger in general and found that it is unnecessarily complex. Therefore we reworked and simplified this. Besides a few bugfixes (including your case) the main difference is that in future the selection will be less greedy. &lt;/P&gt;&lt;P&gt;For example lets say you have in your code the variable construct &lt;EM&gt;string_var+offset_var(length_var)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Previously it did not matter at which position you double clicked, the debugger always tried to be greedy and to select the full variable construct &lt;EM&gt;string_var+offset_var(length_var)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;In future you will instead get exactly what you clicked on.&lt;/P&gt;&lt;P&gt;- Double click somewhere into &lt;EM&gt;string_var &lt;/EM&gt;selects only &lt;EM&gt;string_var&lt;/EM&gt;&lt;BR /&gt;- Double click somewhere into &lt;EM&gt;offset_var &lt;/EM&gt;selects only &lt;EM&gt;offset_var &lt;/EM&gt;&lt;BR /&gt;- Double click somewhere into &lt;EM&gt;length_var &lt;/EM&gt;selects only &lt;EM&gt;length_var &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;If a user actually needs the value of the full construct string_var+offset_var(length_var) or of a subconstruct like string_var+offset_var then he has to use copy/paste from the editor into the variables view.&lt;/P&gt;&lt;P&gt;This will also apply to the mouse hover over variables, not only for the double click selection.&lt;/P&gt;&lt;P&gt;We think this new behavior will be more intuitive and simple. Additionally it will be less error-prone and much closer to the behavior of the SAP GUI ABAP debugger.&lt;/P&gt;&lt;P&gt;Best regards,&lt;BR /&gt;Armin&lt;/P&gt;</description>
      <pubDate>Fri, 17 Mar 2023 12:33:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/eclipse-debugger-cannot-parse-variable-name-in-dynamic-method-calls-selects/m-p/12533209#M2005592</guid>
      <dc:creator>Armin_Beil</dc:creator>
      <dc:date>2023-03-17T12:33:38Z</dc:date>
    </item>
    <item>
      <title>Re: Eclipse Debugger: Cannot parse variable name in dynamic method calls/selects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/eclipse-debugger-cannot-parse-variable-name-in-dynamic-method-calls-selects/m-p/12533210#M2005593</link>
      <description>&lt;P&gt;Hi Armin,&lt;/P&gt;&lt;P&gt;this is good news, looking forward to it! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Have a nice day!&lt;/P&gt;&lt;P&gt;O.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2023 08:59:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/eclipse-debugger-cannot-parse-variable-name-in-dynamic-method-calls-selects/m-p/12533210#M2005593</guid>
      <dc:creator>former_member793544</dc:creator>
      <dc:date>2023-03-20T08:59:09Z</dc:date>
    </item>
  </channel>
</rss>

