<?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 Debugging not working in AIE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-not-working-in-aie/m-p/11648948#M1943409</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; I'm currently working on AIE version 2.61.1. When I try to create a breakpoint in a program using AIE, the AIE doesn't stop when I'm executing the program. But it does stop when I have breakpoint statement in my code. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Am I missing any prerequisite for enabling the breakpoint in AIE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ranganathan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 May 2016 04:11:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2016-05-23T04:11:18Z</dc:date>
    <item>
      <title>Debugging not working in AIE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-not-working-in-aie/m-p/11648948#M1943409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; I'm currently working on AIE version 2.61.1. When I try to create a breakpoint in a program using AIE, the AIE doesn't stop when I'm executing the program. But it does stop when I have breakpoint statement in my code. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Am I missing any prerequisite for enabling the breakpoint in AIE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ranganathan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2016 04:11:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-not-working-in-aie/m-p/11648948#M1943409</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-05-23T04:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging not working in AIE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-not-working-in-aie/m-p/11648949#M1943410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ranganathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;since you are a SAP employee please use an internal incident for your next issue report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding your issue there can be quite different reasons. Try the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Check your debug settings. Open the context menu on your ABAP project and choose "Properties". Navigate to ABAP Development -&amp;gt; Debug.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/958531" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.1) Check that the Debugger is enabled&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.2) The program / request you are trying to debug is processed with a certain user on the ABAP server. Ensure that the program execution user matches the user in your debug settings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Open the context menu on any breakpoint and choose "Refresh Breakpoints" or "Refresh Breakpoint Activation" shortly before you try to debug.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/958583" height="127" width="351" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;3) If the above does not work restart Eclipse and try one more time.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4) Are there any red or gray crosses (icon decorators) at your breakpoints? Are you trying to use the ADT Debugger in parallel with external breakpoints of the SAPGUI Debugger? Do you have multiple ADT projects for the same system/client/user combination? If yes check this article: &lt;A __default_attr="133229" __jive_macro_name="blogpost" class="jive_macro jive_macro_blogpost" data-orig-content="Breakpoint validity scope, breakpoint activation conflicts and group user debugging in ADT" href="https://community.sap.com/"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="133229" __jive_macro_name="blogpost" class="jive_macro jive_macro_blogpost" data-orig-content="&amp;lt;br&amp;gt;" href="https://community.sap.com/" modifiedtitle="true" title="&amp;lt;br/&amp;gt;"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Update/Edit: Only red cross decorators are described in the blog. Gray cross decorators show that there is a general connectivity issue between the eclipse project and the ABAP server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5) Are you trying to debug a "system program"? If yes you must activate debugging of system programs in your ADT preferences. Do you use "call function in update task"?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If all of the above is not helpful please create an internal incident or contact me directly via mail or messenger.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Armin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2016 07:12:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-not-working-in-aie/m-p/11648949#M1943410</guid>
      <dc:creator>Armin_Beil</dc:creator>
      <dc:date>2016-05-23T07:12:51Z</dc:date>
    </item>
  </channel>
</rss>

