<?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: What is an object for the Software Layer Aware Debugging? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-an-object-for-the-software-layer-aware-debugging/m-p/11817037#M1955503</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Possible objects : program (class pool, report, module pool, etc.) and function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I agree that SLAD has limited features, but stopping at all&lt;SPAN style="text-decoration: underline;"&gt; custom code&lt;/SPAN&gt; positions is not part of its objectives as you can see in its documentation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A workaround is to create a debugger script to set breakpoints at all the subroutines you want, and activate SLAD at the same time, so that to addition their features.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Aug 2016 07:36:26 GMT</pubDate>
    <dc:creator>Sandra_Rossi</dc:creator>
    <dc:date>2016-08-04T07:36:26Z</dc:date>
    <item>
      <title>What is an object for the Software Layer Aware Debugging?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-an-object-for-the-software-layer-aware-debugging/m-p/11817036#M1955502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason of this question is that I'm trying to make the debugger stop&amp;nbsp; at every single custom code include. (very useful to find if any user-exit, badi, etc etc is messing up some process).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've seen people suggesting you could use the layer aware feature of the debugger with an object set of all Z* packages, but sadly that doesn't work in all cases. It doesn´t work for example in SD-like user exits, where you have a customer include inside an standard function module. Seems like SLAD doesn't recognize that include as an object, but the whole function group instead, and as the function group is created in an standard package the SLAD doesn't stop when entering the Z include.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I find that really annoying and almost a deal breaker for the SLAD, please prove me wrong &lt;SPAN __jive_emoticon_name="wink" __jive_macro_name="emoticon" class="jive_emote jive_macro" src="https://community.sap.com/111/images/emoticons/wink.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2016 21:33:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-an-object-for-the-software-layer-aware-debugging/m-p/11817036#M1955502</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-08-03T21:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: What is an object for the Software Layer Aware Debugging?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-an-object-for-the-software-layer-aware-debugging/m-p/11817037#M1955503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Possible objects : program (class pool, report, module pool, etc.) and function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I agree that SLAD has limited features, but stopping at all&lt;SPAN style="text-decoration: underline;"&gt; custom code&lt;/SPAN&gt; positions is not part of its objectives as you can see in its documentation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A workaround is to create a debugger script to set breakpoints at all the subroutines you want, and activate SLAD at the same time, so that to addition their features.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2016 07:36:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-an-object-for-the-software-layer-aware-debugging/m-p/11817037#M1955503</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2016-08-04T07:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: What is an object for the Software Layer Aware Debugging?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-an-object-for-the-software-layer-aware-debugging/m-p/11817038#M1955504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As per documentation: "&lt;SPAN style="color: #333333; font-family: Arial, Helvetica, 'Microsoft YaHei', Meiryo, 'Malgun Gothic', sans-serif; font-size: 13px;"&gt;To debug only the part of the &lt;/SPAN&gt;&lt;SPAN class="SAPXDPEmphasis" style="font-weight: bold; font-size: 13px; font-family: Arial, Helvetica, 'Microsoft YaHei', Meiryo, 'Malgun Gothic', sans-serif; color: #333333;"&gt;relevant code&lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-family: Arial, Helvetica, 'Microsoft YaHei', Meiryo, 'Malgun Gothic', sans-serif; font-size: 13px;"&gt; you are interested in (for example, the code for which you are responsible). " &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe it's me misunderstanding that sentence, but I would asume you should be able to do what I wanted to do initially. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks por pinting out the solution of putting breakpoints, sadly is not useful for my purposes, as it would require to know where to put them beforehand, and that is what I was tryng to avoid at first.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2016 19:26:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-an-object-for-the-software-layer-aware-debugging/m-p/11817038#M1955504</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-08-04T19:26:45Z</dc:date>
    </item>
  </channel>
</rss>

