<?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: debugging a code in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-a-code/m-p/12419643#M1997057</link>
    <description>&lt;P&gt;Most probably it is happening because the block of code you are trying to debug is being called two times, Can you check whether the block of code you are calling is being called two times or not, like being called by a web service at 2 quick separate instances.&lt;/P&gt;</description>
    <pubDate>Fri, 23 Jul 2021 04:09:15 GMT</pubDate>
    <dc:creator>basantmhr</dc:creator>
    <dc:date>2021-07-23T04:09:15Z</dc:date>
    <item>
      <title>debugging a code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-a-code/m-p/12419642#M1997056</link>
      <description>&lt;P&gt;When i try to debug a code 2 dibugger starts at once , please experts explain why it is happenig?&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jul 2021 01:03:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-a-code/m-p/12419642#M1997056</guid>
      <dc:creator>former_member694068</dc:creator>
      <dc:date>2021-07-23T01:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: debugging a code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-a-code/m-p/12419643#M1997057</link>
      <description>&lt;P&gt;Most probably it is happening because the block of code you are trying to debug is being called two times, Can you check whether the block of code you are calling is being called two times or not, like being called by a web service at 2 quick separate instances.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jul 2021 04:09:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-a-code/m-p/12419643#M1997057</guid>
      <dc:creator>basantmhr</dc:creator>
      <dc:date>2021-07-23T04:09:15Z</dc:date>
    </item>
    <item>
      <title>Re: debugging a code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-a-code/m-p/12419644#M1997058</link>
      <description>&lt;P&gt;Please share the code through code button..&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jul 2021 04:48:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-a-code/m-p/12419644#M1997058</guid>
      <dc:creator>Abinathsiva</dc:creator>
      <dc:date>2021-07-23T04:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: debugging a code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-a-code/m-p/12419645#M1997059</link>
      <description>&lt;P&gt;Does it happen all the time for any ABAP code? If you debug this one, does it happen:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;REPORT ztest.
WRITE 'debug test'.                 "&amp;lt;======= add breakpoint and run the program&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 23 Jul 2021 04:51:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-a-code/m-p/12419645#M1997059</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2021-07-23T04:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: debugging a code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-a-code/m-p/12419646#M1997060</link>
      <description>&lt;P&gt;If you have update debugging switched on, then when a commit happens, the update processing will be debuggable in another debug window.&lt;/P&gt;&lt;P&gt;Same happens if you have asynchronous RFC calls.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jul 2021 07:45:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-a-code/m-p/12419646#M1997060</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2021-07-23T07:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: debugging a code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-a-code/m-p/12419647#M1997061</link>
      <description>&lt;P&gt; &lt;SPAN class="mention-scrubbed"&gt;sandra.rossi&lt;/SPAN&gt; : not every time only when i debug UI5 application which i am working&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jul 2021 12:26:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-a-code/m-p/12419647#M1997061</guid>
      <dc:creator>former_member694068</dc:creator>
      <dc:date>2021-07-27T12:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: debugging a code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-a-code/m-p/12419648#M1997062</link>
      <description>&lt;P&gt;It may be due to the fact that there are asynchronous calls from the UI5 application, and maybe because of the first call being paused in the debugger, the app tries again to do the call (or something like that). I also sometimes have more than 2 debug sessions started. But I don't know the internal logic of UI5, how it exactly interacts with the ABAP server (one part is for downloading the app files stored on the backend, like for any other SAP Web app, and one part is for OData requests).&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jul 2021 14:07:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-a-code/m-p/12419648#M1997062</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2021-07-27T14:07:04Z</dc:date>
    </item>
  </channel>
</rss>

