<?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: hi.. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/hi/m-p/2328614#M512073</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;     break point is the point where the executioin stop at this point and from&lt;/P&gt;&lt;P&gt;here onwards executionb depends on the user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;watch point is used now the varable value present in the list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Breakpoints are code specific. You can place them any where in your code&lt;/P&gt;&lt;P&gt;and force to debugging mode.&lt;/P&gt;&lt;P&gt;watch points are field specific. They are only used for fields to give&lt;/P&gt;&lt;P&gt;your desired values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&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, 31 May 2007 11:15:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-31T11:15:31Z</dc:date>
    <item>
      <title>hi..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hi/m-p/2328613#M512072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi abap guru's...&lt;/P&gt;&lt;P&gt;What is the diffrence between watchpoint and breakpoint?&lt;/P&gt;&lt;P&gt;How many watchpoints and breakpoints can be used in each program?&lt;/P&gt;&lt;P&gt;Types of watchpoints and breakpoints?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2007 11:08:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hi/m-p/2328613#M512072</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-31T11:08:01Z</dc:date>
    </item>
    <item>
      <title>Re: hi..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hi/m-p/2328614#M512073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;     break point is the point where the executioin stop at this point and from&lt;/P&gt;&lt;P&gt;here onwards executionb depends on the user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;watch point is used now the varable value present in the list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Breakpoints are code specific. You can place them any where in your code&lt;/P&gt;&lt;P&gt;and force to debugging mode.&lt;/P&gt;&lt;P&gt;watch points are field specific. They are only used for fields to give&lt;/P&gt;&lt;P&gt;your desired values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&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, 31 May 2007 11:15:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hi/m-p/2328614#M512073</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-31T11:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: hi..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hi/m-p/2328615#M512074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pavan , &lt;/P&gt;&lt;P&gt;  Breakpoint is generic and the program stops at the point where the breakpoint is applied.&lt;/P&gt;&lt;P&gt;Now suppose you want your program to stop when the value of a varaible X becomes 10 ,in such a case breakpoint will not serve the purpose as it does not consider the value of a varaible , so in such a scenarion you use a watchpoint.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The max number of breakpoint you can set in a program is 30.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2007 11:15:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hi/m-p/2328615#M512074</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-31T11:15:55Z</dc:date>
    </item>
    <item>
      <title>Re: hi..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hi/m-p/2328616#M512075</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;lt;b&amp;gt;Break points&amp;lt;/b&amp;gt;Apart from direct execution of an ABAP program in the Debugger, it is also possible to start the Debugger call by the exact setting of a breakpoint. This is achieved by setting one or more of these breakpoints in the program. A breakpoint is a signal at a particular point in the program that tells the ABAP runtime processor to interrupt processing and start the Debugger. The program runs normally until the breakpoint is reached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is also a special kind of breakpoint called a watchpoint. When you use watchpoints, the Debugger is not activated until the contents of a particular field change. &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Watchpoints&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like a breakpoint, a watchpoint is an indicator in a program that tells the ABAP runtime processor to interrupt the program at a particular point. Unlike breakpoints, however, watchpoints are not activated until the contents of a specified field change. Watchpoints, like dynamic breakpoints, are user-specific, and so do not affect other users running the same program. You can only define watchpoints in the Debugger.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;veeresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2007 11:17:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hi/m-p/2328616#M512075</guid>
      <dc:creator>former_member673464</dc:creator>
      <dc:date>2007-05-31T11:17:52Z</dc:date>
    </item>
  </channel>
</rss>

