<?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: Realated to debugging in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/realated-to-debugging/m-p/4185087#M1000401</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abhay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go through this link, it is very usefull. Hope it resolves your issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/84/1f624f4505144199e3d570cf7a9225/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/en/84/1f624f4505144199e3d570cf7a9225/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Nagaraj Kalbavi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Jul 2008 14:50:50 GMT</pubDate>
    <dc:creator>former_member70391</dc:creator>
    <dc:date>2008-07-21T14:50:50Z</dc:date>
    <item>
      <title>Realated to debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/realated-to-debugging/m-p/4185086#M1000400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;during  report program&lt;/P&gt;&lt;P&gt;at the the time of debugging ,there is external debugging and session break point options. what is difference between them&lt;/P&gt;&lt;P&gt;when we do the debugging . because when i am checking either http break point or session breakpoint it is showing same debugging process.please clarify about this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2008 14:31:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/realated-to-debugging/m-p/4185086#M1000400</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-21T14:31:03Z</dc:date>
    </item>
    <item>
      <title>Re: Realated to debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/realated-to-debugging/m-p/4185087#M1000401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abhay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go through this link, it is very usefull. Hope it resolves your issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/84/1f624f4505144199e3d570cf7a9225/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/en/84/1f624f4505144199e3d570cf7a9225/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Nagaraj Kalbavi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2008 14:50:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/realated-to-debugging/m-p/4185087#M1000401</guid>
      <dc:creator>former_member70391</dc:creator>
      <dc:date>2008-07-21T14:50:50Z</dc:date>
    </item>
    <item>
      <title>Re: Realated to debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/realated-to-debugging/m-p/4185088#M1000402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you set a breakpoint in the Debugger, it is created as a debugger breakpoint by default. A debugger breakpoint is only valid while the Debugger instance, in which it was set, is active. When the Debugger is closed, all debugger breakpoints set in it are deleted. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you set a breakpoint in the ABAP Editor, for example, this breakpoint is a session breakpoint. Session breakpoints remain active independently of the existence of a Debugger and are valid for all external sessions of a logon. Within the Debugger, you can convert a debugger breakpoint into a session breakpoint and vice versa. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the setting Session Breakpoints Active Immediately is checked (via Utilities ® Settings ® ABAP Editor ® Debugging in the ABAP Editor or Object Navigator), you can set a session breakpoint in an external session of a logon to force a running program into the Debugger that runs in the same logon (for example, in an external session) and will process the point at which the session breakpoint was set.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2008 16:30:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/realated-to-debugging/m-p/4185088#M1000402</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-21T16:30:30Z</dc:date>
    </item>
    <item>
      <title>Re: Realated to debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/realated-to-debugging/m-p/4185089#M1000403</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;In report program when we click small red button' stop' it ask for external or session  break point. Here if u are working only in report program no other application is interacting with u then session breakpoint should be pressed because session breakpoint means that the breakpoint ur setting that is only for that particular session. when u end the session , breakpoint will also be deleted, again if u have to set a new breakpoint.&lt;/P&gt;&lt;P&gt;even if ur in the same session and u delete the earlier breakpoint , it vl ask again for that http breakpoint and session breakpoint.&lt;/P&gt;&lt;P&gt;    while if u r interacting with other applications like RFC, BAPI and u want that external to ur session ur program can be debug. Then click as external breakpoint. &lt;/P&gt;&lt;P&gt;   otherwise if u r doing only report program then whether u check http or session breakpoint. it vl show &lt;/P&gt;&lt;P&gt;  same debugging process. But session breakpoint should be preffered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this information weill help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;saurabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2008 06:11:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/realated-to-debugging/m-p/4185089#M1000403</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-22T06:11:46Z</dc:date>
    </item>
    <item>
      <title>Re: Realated to debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/realated-to-debugging/m-p/4185090#M1000404</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;check this link it may be helpful to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/b0/940640555ae369e10000000a155106/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/en/b0/940640555ae369e10000000a155106/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;sowjanya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2008 05:27:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/realated-to-debugging/m-p/4185090#M1000404</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-23T05:27:36Z</dc:date>
    </item>
  </channel>
</rss>

