<?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 When can we expect ABAP debug scripting in Eclipse ? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/when-can-we-expect-abap-debug-scripting-in-eclipse/m-p/637864#M27046</link>
    <description>&lt;P&gt;When is the eclipse equivalent of &lt;A href="https://blogs.sap.com/2010/12/14/abap-debugger-scripting-basics/"&gt;ABAP debug scripting&lt;/A&gt; to be delivered ?&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 04 Jun 2018 13:28:34 GMT</pubDate>
    <dc:creator>phil_soady</dc:creator>
    <dc:date>2018-06-04T13:28:34Z</dc:date>
    <item>
      <title>When can we expect ABAP debug scripting in Eclipse ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/when-can-we-expect-abap-debug-scripting-in-eclipse/m-p/637864#M27046</link>
      <description>&lt;P&gt;When is the eclipse equivalent of &lt;A href="https://blogs.sap.com/2010/12/14/abap-debugger-scripting-basics/"&gt;ABAP debug scripting&lt;/A&gt; to be delivered ?&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jun 2018 13:28:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/when-can-we-expect-abap-debug-scripting-in-eclipse/m-p/637864#M27046</guid>
      <dc:creator>phil_soady</dc:creator>
      <dc:date>2018-06-04T13:28:34Z</dc:date>
    </item>
    <item>
      <title>Re: When can we expect ABAP debug scripting in Eclipse ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/when-can-we-expect-abap-debug-scripting-in-eclipse/m-p/637865#M27047</link>
      <description>&lt;P&gt;Hi Phil,&lt;/P&gt;
  &lt;P&gt;debugger scripting in ADT is currently not part of our backlog or roadmap. It is not possible to promise a delivery date. &lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;What are your use cases for scripting? It's interesting for us to know and maybe we can provide a work around proposal.&lt;/P&gt;
  &lt;P&gt;Thanks and best regards,&lt;BR /&gt;Armin&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jun 2018 14:37:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/when-can-we-expect-abap-debug-scripting-in-eclipse/m-p/637865#M27047</guid>
      <dc:creator>Armin_Beil</dc:creator>
      <dc:date>2018-06-04T14:37:20Z</dc:date>
    </item>
    <item>
      <title>Re: When can we expect ABAP debug scripting in Eclipse ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/when-can-we-expect-abap-debug-scripting-in-eclipse/m-p/637866#M27048</link>
      <description>&lt;P&gt;Funny that. Although I love using Eclipse for development, for debugging, I always go SAPGui.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jun 2018 15:13:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/when-can-we-expect-abap-debug-scripting-in-eclipse/m-p/637866#M27048</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2018-06-04T15:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: When can we expect ABAP debug scripting in Eclipse ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/when-can-we-expect-abap-debug-scripting-in-eclipse/m-p/637867#M27049</link>
      <description>&lt;P&gt;&lt;/P&gt;
  &lt;P&gt;My requirement happened today, how to view logical Object values not exposed a properties.&lt;/P&gt;
  &lt;P&gt;If an object doesnt not have a bags of properties and values are only returned via getters only, how can these be viewed in the debugger.&lt;/P&gt;
  &lt;P&gt;I need to alter the source put test code in to get the values I want to see in the debugger.&lt;/P&gt;
  &lt;P&gt;My first thought was, classic case for script debugging.&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;object-&amp;gt;getter( ) &lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jun 2018 15:27:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/when-can-we-expect-abap-debug-scripting-in-eclipse/m-p/637867#M27049</guid>
      <dc:creator>phil_soady</dc:creator>
      <dc:date>2018-06-04T15:27:25Z</dc:date>
    </item>
    <item>
      <title>Re: When can we expect ABAP debug scripting in Eclipse ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/when-can-we-expect-abap-debug-scripting-in-eclipse/m-p/637868#M27050</link>
      <description>&lt;P&gt;&lt;/P&gt;
  &lt;P&gt;Hi Armin,&lt;/P&gt;
  &lt;P&gt;With respect to the question: "What are your use cases for scripting?":&lt;/P&gt;
  &lt;P&gt;I use the Debugger Scripting feature very often (nearly every week) with a script based on an example from Christian Günter here &lt;A href="https://github.com/christianguenter2/sitFRA_2016"&gt;https://github.com/christianguenter2/sitFRA_2016&lt;/A&gt; -&amp;gt;&lt;/P&gt;
  &lt;P&gt;&lt;A href="https://github.com/christianguenter2/sitFRA_2016/blob/master/zrstpda_script_statement_break.prog.abap"&gt;zrstpda_script_statement_break.prog.abap&lt;/A&gt;&lt;/P&gt;
  &lt;P&gt;that allows to define pattern-breakpoints, e.g.&lt;/P&gt;
  &lt;UL&gt; 
   &lt;LI&gt;"stop whenever a code line with the pattern *vstel* is encountered"&lt;/LI&gt;
  &lt;/UL&gt;
  &lt;P&gt;This is a very useful feature to have in Debugging, for example when trying to understand why a BAPI does not behave as expected.&lt;/P&gt;
  &lt;P&gt;Another script that would be very useful (and that I plan to write when I have time) is:&lt;/P&gt;
  &lt;UL&gt; 
   &lt;LI&gt;"stop at every Z-Code OR modification OR user exit OR enhancement"&lt;/LI&gt;
  &lt;/UL&gt;
  &lt;P&gt;Best regards,&lt;/P&gt;
  &lt;P&gt;Edo&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jun 2018 10:03:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/when-can-we-expect-abap-debug-scripting-in-eclipse/m-p/637868#M27050</guid>
      <dc:creator>vonglan</dc:creator>
      <dc:date>2018-06-12T10:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: When can we expect ABAP debug scripting in Eclipse ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/when-can-we-expect-abap-debug-scripting-in-eclipse/m-p/637869#M27051</link>
      <description>&lt;P&gt;yep, lots of reasons to use abap scripting... very powerful . &lt;/P&gt;</description>
      <pubDate>Thu, 14 Jun 2018 08:51:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/when-can-we-expect-abap-debug-scripting-in-eclipse/m-p/637869#M27051</guid>
      <dc:creator>phil_soady</dc:creator>
      <dc:date>2018-06-14T08:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: When can we expect ABAP debug scripting in Eclipse ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/when-can-we-expect-abap-debug-scripting-in-eclipse/m-p/637870#M27052</link>
      <description>&lt;P&gt;Hi Phil,&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;thanks for the input. I assume the getter method is complex or contains some kind of calculation, correct? ("object doesnt not have a bags of properties")&lt;/P&gt;
  &lt;P&gt;Actually I think even with scripting this would be hard to solve for you because the getter method must be executed in the context of the debuggee while the script runs in the context of the debugger (different ABAP process). A way to execute ABAP in the context of the debuggee, like some kind of ABAP console during debugging, is also a wish we have but development capacity and priorities didn't allow us to provide such a feature yet.&lt;/P&gt;
  &lt;P&gt;Best regards,&lt;BR /&gt;Armin&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jun 2018 07:56:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/when-can-we-expect-abap-debug-scripting-in-eclipse/m-p/637870#M27052</guid>
      <dc:creator>Armin_Beil</dc:creator>
      <dc:date>2018-06-15T07:56:14Z</dc:date>
    </item>
    <item>
      <title>Re: When can we expect ABAP debug scripting in Eclipse ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/when-can-we-expect-abap-debug-scripting-in-eclipse/m-p/637871#M27053</link>
      <description>&lt;P&gt;Thanks a lot for the input edo!&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jun 2018 08:02:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/when-can-we-expect-abap-debug-scripting-in-eclipse/m-p/637871#M27053</guid>
      <dc:creator>Armin_Beil</dc:creator>
      <dc:date>2018-06-15T08:02:38Z</dc:date>
    </item>
    <item>
      <title>Re: When can we expect ABAP debug scripting in Eclipse ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/when-can-we-expect-abap-debug-scripting-in-eclipse/m-p/637872#M27054</link>
      <description>&lt;P&gt;Great to hear that you still use the script &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; You once sent me your updated version but I forgot to update the github repo. Now I can't find your mail anymore. Can you send me the script again so I can update the repo? Thanks a lot.&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;Christian&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jun 2018 07:05:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/when-can-we-expect-abap-debug-scripting-in-eclipse/m-p/637872#M27054</guid>
      <dc:creator>ChristianGnter</dc:creator>
      <dc:date>2018-06-20T07:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: When can we expect ABAP debug scripting in Eclipse ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/when-can-we-expect-abap-debug-scripting-in-eclipse/m-p/637873#M27055</link>
      <description>&lt;P&gt;&amp;gt;
"stop at every Z-Code OR modification OR user exit OR enhancement"&lt;/P&gt;&lt;P&gt;Yes, sounds
indeed very useful!&lt;/P&gt;&lt;P&gt;&amp;gt; You
once sent me your updated version but I forgot to update the github repo. Now I
can't find your mail anymore.&lt;/P&gt;&lt;P&gt;&amp;lt;joking&amp;gt;&lt;/P&gt;&lt;P&gt;Ah, so this
is how github works! ;-))&lt;/P&gt;&lt;P&gt;&amp;lt;/joking&amp;gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Oct 2019 11:07:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/when-can-we-expect-abap-debug-scripting-in-eclipse/m-p/637873#M27055</guid>
      <dc:creator>joachimrees1</dc:creator>
      <dc:date>2019-10-15T11:07:35Z</dc:date>
    </item>
    <item>
      <title>Re: When can we expect ABAP debug scripting in Eclipse ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/when-can-we-expect-abap-debug-scripting-in-eclipse/m-p/637874#M27056</link>
      <description>&lt;P&gt;At about the same time that the TPDA scripting methods are properly documented and explained. &lt;BR /&gt;Some of the provided scripts are useful and it is obviously powerful but generally it's a non-intuitive farce if you try to get creative.&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2023 14:04:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/when-can-we-expect-abap-debug-scripting-in-eclipse/m-p/637874#M27056</guid>
      <dc:creator>rpscg</dc:creator>
      <dc:date>2023-05-04T14:04:47Z</dc:date>
    </item>
  </channel>
</rss>

