<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/2237795#M482094</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Watchpoints can be set to view if a particular variable has achieved a value while debugging.e.g. say u create a watchpoint that variable a contains 10.&lt;/P&gt;&lt;P&gt;Then ur debugging will stop at the point where a will achieve the value 10.&lt;/P&gt;&lt;P&gt;Breakpoint : Wherever u set a breakpoint, the processing will stop there for debugging.&lt;/P&gt;&lt;P&gt;We can have at most 30 breakpoints in a single program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Himanshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Apr 2007 11:08:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-26T11:08:38Z</dc:date>
    <item>
      <title>debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/2237792#M482091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;tell me pls&lt;/P&gt;&lt;P&gt;1.what is wathcpoints and breakpoints&lt;/P&gt;&lt;P&gt;2.what is the maximum no of watch &amp;amp; break points can be used in a abap program&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2007 11:01:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/2237792#M482091</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-26T11:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/2237793#M482092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pandu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Watchpoint: when ever a particular value is assigned to particural variable you want the program to wait for the analysis/ checking.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Breakpoint: Stop the execution of the program when ever the control come to the breakpoint position.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Satya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2007 11:05:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/2237793#M482092</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-26T11:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/2237794#M482093</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;Breakpoint is used to stop ur program at a particular point while debugging...&lt;/P&gt;&lt;P&gt;eg u can set breakpoint at perform...&lt;/P&gt;&lt;P&gt;whereas watchpoint is something...where u can specify some condition..when that is reached..program logic stops there..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg..your are running a loop...and one of the field is Sales Order VBELN...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u can set a watchpoint such that...when the field (work area ) in the loop reaches value.. 1000 ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose ur internal table has Orders : from 500 to 1500&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ur program will stop for the loop where order field has value 1000  sy-tabix 500 in this case..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Praveen .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2007 11:07:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/2237794#M482093</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-26T11:07:16Z</dc:date>
    </item>
    <item>
      <title>Re: debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/2237795#M482094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Watchpoints can be set to view if a particular variable has achieved a value while debugging.e.g. say u create a watchpoint that variable a contains 10.&lt;/P&gt;&lt;P&gt;Then ur debugging will stop at the point where a will achieve the value 10.&lt;/P&gt;&lt;P&gt;Breakpoint : Wherever u set a breakpoint, the processing will stop there for debugging.&lt;/P&gt;&lt;P&gt;We can have at most 30 breakpoints in a single program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Himanshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2007 11:08:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/2237795#M482094</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-26T11:08:38Z</dc:date>
    </item>
    <item>
      <title>Re: debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/2237796#M482095</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;I guess you should spend some time going through these two documents for a clear idea of both..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/c6/617cbee68c11d2b2ab080009b43351/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/c6/617cbee68c11d2b2ab080009b43351/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/c6/617cd9e68c11d2b2ab080009b43351/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/c6/617cd9e68c11d2b2ab080009b43351/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Suruchi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2007 11:10:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/2237796#M482095</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-26T11:10:27Z</dc:date>
    </item>
    <item>
      <title>Re: debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/2237797#M482096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;breakpoint:  breakpoint is a singnal in  a line of code that tells the abap processor to interrupt the program at the client and start the debugger.&lt;/P&gt;&lt;P&gt;we can  display up to 30 breakpoints.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;watchpoints: we can set a watch point for a field or structure , so that the program is interupeter when ever the value of that field or structure changes.&lt;/P&gt;&lt;P&gt;we can display up to 5 watchpoints.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2007 11:14:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/2237797#M482096</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-26T11:14:03Z</dc:date>
    </item>
    <item>
      <title>Re: debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/2237798#M482097</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;&lt;/P&gt;&lt;P&gt;   &amp;lt;B&amp;gt;Watch points &amp;lt;/B&amp;gt;:&lt;/P&gt;&lt;P&gt; Watch point is used while debuging , if u want to stop at a particular value of a field.&lt;/P&gt;&lt;P&gt; Watchpoint is used when you don't know the exact location where you need to stop the program but when you know that a particular varaible reaches a value.&lt;/P&gt;&lt;P&gt;eg: when you want to stop at a point when count becomes 100, then you can keep a watchpoint.Break point is used when you know the location of the statement in the program where you wan't to stop the control.&lt;/P&gt;&lt;P&gt;Typically there is no limit at all.(may be some unrealistically high number).&lt;/P&gt;&lt;P&gt;Typically there is no limit at all.(may be some unrealistically high number).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    &amp;lt;B&amp;gt;Break points &amp;lt;/B&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Break point is what we stop the program at a particular point in the program.&lt;/P&gt;&lt;P&gt;The BREAK-POINT is a debugging aid. When you run a program normally, it is interrupted at the statement, and the system automatically starts the debugger, allowing you to display the contents of any fields in the program and check how the program continues. &lt;/P&gt;&lt;P&gt;If the program is running in the background or in an update task, the system generates a Syslog message. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this answers your querries ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Do not forget to reward points for helpful answers ..&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Ranjita&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;null&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2007 11:19:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/2237798#M482097</guid>
      <dc:creator>former_member196299</dc:creator>
      <dc:date>2007-04-26T11:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/2237799#M482098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1-&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/f1/792442db42e22ce10000000a1550b0/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/f1/792442db42e22ce10000000a1550b0/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;2-&amp;gt;As per your requirement,there is no such restrictions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2007 11:25:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/2237799#M482098</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-26T11:25:50Z</dc:date>
    </item>
  </channel>
</rss>

