<?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: Debugg/BreakPoint in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugg-breakpoint/m-p/3673308#M884663</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in normal SAP, not Portal (webstuff), use session breakpoints.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are 3 types of debugging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Normal debugging (command /h)&lt;/P&gt;&lt;P&gt;System Debugging (command /hs)&lt;/P&gt;&lt;P&gt;update debugging ( when in debugger goto settings -&amp;gt; update debugging to switch it on)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you probably have set some breakpoints in a codepiece which is getting processed in update task. If you then didnt had switched on update debugging, it will not stop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Apr 2008 12:15:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-03T12:15:07Z</dc:date>
    <item>
      <title>Debugg/BreakPoint</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugg-breakpoint/m-p/3673304#M884659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi frnds,&lt;/P&gt;&lt;P&gt;what are the different types of Debugging?&lt;/P&gt;&lt;P&gt;How 'Session BreakPoint' differs from 'External BreakPoint'?&lt;/P&gt;&lt;P&gt;In many cases, I cannot debug the program although I set these two break-points (Finally I hard-coded the keyword 'BREAK-POINT' to debugg the same prog).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2008 12:04:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugg-breakpoint/m-p/3673304#M884659</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-03T12:04:02Z</dc:date>
    </item>
    <item>
      <title>Re: Debugg/BreakPoint</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugg-breakpoint/m-p/3673305#M884660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;external debugging is for web applications lik WebDynpro and BSP.&lt;/P&gt;&lt;P&gt;Normally you will set a session break-point.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2008 12:08:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugg-breakpoint/m-p/3673305#M884660</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2008-04-03T12:08:54Z</dc:date>
    </item>
    <item>
      <title>Re: Debugg/BreakPoint</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugg-breakpoint/m-p/3673306#M884661</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;System Debugging&lt;/P&gt;&lt;P&gt;If you set this option, the Debugger is also activated for system programs (programs with status S in their program attributes). When you save breakpoints, the System Debugging setting is also saved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Update Debugging&lt;/P&gt;&lt;P&gt;Update function modules do not run in the same user session as the program that is currently running in the ABAP Debugger. These function modules are therefore not included in debugging. Only if you select the Update Debugging option can you display and debug them after the COMMIT WORK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Normal Debugging&lt;/P&gt;&lt;P&gt;Normal debugging is the one we do it by the normal dynamic break points or by /H or by using stattic break points. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can switch to diffferent debuggin modes while processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check below links for more info in this PDF file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/abap/abap-runtime-tools/the%20new%20abap%20debugger%20-%20an%20introduction.pdf&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check these links&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;http://www.cba.nau.edu/haney-j/CIS497/Assignments/Debugging.doc
&amp;lt;a href="http://help.sap.com/saphelp_nw04/helpdata/en/5a/4ed93f130f9215e10000000a155106/frameset.htm" TARGET="test_blank"&amp;gt;http://help.sap.com/saphelp_nw04/helpdata/en/5a/4ed93f130f9215e10000000a155106/frameset.htm&amp;lt;/a&amp;gt;
&amp;lt;a href="http://help.sap.com/saphelp_47x200/helpdata/en/c6/617ca9e68c11d2b2ab080009b43351/content.htm" TARGET="test_blank"&amp;gt;http://help.sap.com/saphelp_47x200/helpdata/en/c6/617ca9e68c11d2b2ab080009b43351/content.htm&amp;lt;/a&amp;gt;
&amp;lt;a href="http://www.cba.nau.edu/haney-j/CIS497/Assignments/Debugging.doc" TARGET="test_blank"&amp;gt;http://www.cba.nau.edu/haney-j/CIS497/Assignments/Debugging.doc&amp;lt;/a&amp;gt;
&amp;lt;a href="http://help.sap.com/saphelp_erp2005/helpdata/en/b3/d322540c3beb4ba53795784eebb680/frameset.htm" TARGET="test_blank"&amp;gt;http://help.sap.com/saphelp_erp2005/helpdata/en/b3/d322540c3beb4ba53795784eebb680/frameset.htm&amp;lt;/a&amp;gt;
&amp;lt;a href="http://help.sap.com/saphelp_nw04/helpdata/en/84/1f624f4505144199e3d570cf7a9225/frameset.htm" TARGET="test_blank"&amp;gt;http://help.sap.com/saphelp_nw04/helpdata/en/84/1f624f4505144199e3d570cf7a9225/frameset.htm&amp;lt;/a&amp;gt;
&amp;lt;a href="http://help.sap.com/saphelp_bw30b/helpdata/en/c6/617ca9e68c11d2b2ab080009b43351/content.htm" TARGET="test_blank"&amp;gt;http://help.sap.com/saphelp_bw30b/helpdata/en/c6/617ca9e68c11d2b2ab080009b43351/content.htm&amp;lt;/a&amp;gt;
&amp;lt;a href="http://help.sap.com/saphelp_erp2005/helpdata/en/b3/d322540c3beb4ba53795784eebb680/frameset.htm" TARGET="test_blank"&amp;gt;http://help.sap.com/saphelp_erp2005/helpdata/en/b3/d322540c3beb4ba53795784eebb680/frameset.htm&amp;lt;/a&amp;gt;


&amp;lt;a class="jive_macro jive_macro_message" href="" __jive_macro_name="message" modifiedtitle="true" __default_attr="3102666"&amp;gt;&amp;lt;/a&amp;gt;
http://www.saplinks.net/index.php?option=com_content&amp;amp;task=view&amp;amp;id=24&amp;amp;Itemid=34

Look at the SAP help link below
http://help.sap.com/saphelp_nw2004s/helpdata/en/c6/617ca9e68c11d2b2ab080009b43351/content&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: LAKSHMIRAJ on Apr 3, 2008 2:14 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2008 12:09:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugg-breakpoint/m-p/3673306#M884661</guid>
      <dc:creator>abapdeveloper20</dc:creator>
      <dc:date>2008-04-03T12:09:50Z</dc:date>
    </item>
    <item>
      <title>Re: Debugg/BreakPoint</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugg-breakpoint/m-p/3673307#M884662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Static Breakpoints&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Static breakpoints are not normally user-specific. Once a user has inserted the statement BREAK-POINT or BREAK name in an ABAP program, the system always interrupts the program at that point for that user or only for the user name. This procedure is only useful in the development phase of an application, when the program execution is always to be interrupted at the same place. For further information, refer to Static Breakpoints.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In HTTP sessions, a static breakpoint is skipped if you did not set additional dynamic HTTP breakpoints in the editor of a BSP page. Instead, a corresponding system log entry is written, which can be checked using transaction SM21.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Dynamic Breakpoints&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dynamic breakpoints are user-specific. Therefore, you should use them if you only want the program to be interrupted when you run it yourself, not when it is being executed by other users. All dynamic breakpoints are deleted when you log off from the R/3 System.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dynamic breakpoints are more flexible than static breakpoints, because you can deactivate or delete them at runtime. They have the following advantages:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You do not have to change the program code &lt;/P&gt;&lt;P&gt;You can set them even when the program is locked by another programmer &lt;/P&gt;&lt;P&gt;You can define a counter that only activates the breakpoint after it has been reached&lt;/P&gt;&lt;P&gt;Special dynamic breakpoints are useful when you want to interrupt a program directly before a particular ABAP statement, a subroutine, or an event, but do not know exactly where to find it in the source code. Event here is used to refer to the occurrence of a particular statement, for example, or calling up a method. Special dynamic breakpoints are user-specific. You can only set them in the Debugger. For further information, refer to Dynamic Breakpoints.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In HTTP sessions, the system stops both at static and dynamic breakpoints if a dynamic breakpoint was set in the editor of a BSP page before program execution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2008 12:11:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugg-breakpoint/m-p/3673307#M884662</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-03T12:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: Debugg/BreakPoint</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugg-breakpoint/m-p/3673308#M884663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in normal SAP, not Portal (webstuff), use session breakpoints.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are 3 types of debugging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Normal debugging (command /h)&lt;/P&gt;&lt;P&gt;System Debugging (command /hs)&lt;/P&gt;&lt;P&gt;update debugging ( when in debugger goto settings -&amp;gt; update debugging to switch it on)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you probably have set some breakpoints in a codepiece which is getting processed in update task. If you then didnt had switched on update debugging, it will not stop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2008 12:15:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugg-breakpoint/m-p/3673308#M884663</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-03T12:15:07Z</dc:date>
    </item>
    <item>
      <title>Re: Debugg/BreakPoint</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugg-breakpoint/m-p/3673309#M884664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok,then wat abt..&lt;/P&gt;&lt;P&gt;How 'Session BreakPoint' differs from 'External BreakPoint'?&lt;/P&gt;&lt;P&gt;In many cases, I cannot debug the program although I set these two break-points (Finally I hard-coded the keyword 'BREAK-POINT' to debugg the same prog).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2008 12:15:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugg-breakpoint/m-p/3673309#M884664</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-03T12:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: Debugg/BreakPoint</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugg-breakpoint/m-p/3673310#M884665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok dear,then wat abt..&lt;/P&gt;&lt;P&gt;How 'Session BreakPoint' differs from 'External BreakPoint'?&lt;/P&gt;&lt;P&gt;In many cases, I cannot debug the program although I set these two break-points (Finally I hard-coded the keyword 'BREAK-POINT' to debugg the same prog).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2008 12:16:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugg-breakpoint/m-p/3673310#M884665</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-03T12:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: Debugg/BreakPoint</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugg-breakpoint/m-p/3673311#M884666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok,&lt;/P&gt;&lt;P&gt;then plz tell me,how can i switch-on the update debugging in a prog.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2008 12:19:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugg-breakpoint/m-p/3673311#M884666</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-03T12:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: Debugg/BreakPoint</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugg-breakpoint/m-p/3673312#M884667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Debugging can be done  using  break points &amp;amp; watch points .&lt;/P&gt;&lt;P&gt;Again break points are either static or dynamic&lt;/P&gt;&lt;P&gt;static means Hard coded and we cant change during run time.&lt;/P&gt;&lt;P&gt;Dynamic  - we can select during run time.&lt;/P&gt;&lt;P&gt;session break point is nothng but static and external is dynamic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward me if helpful&lt;/P&gt;&lt;P&gt;jyo.deva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2008 12:21:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugg-breakpoint/m-p/3673312#M884667</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-03T12:21:48Z</dc:date>
    </item>
  </channel>
</rss>

