<?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: Watchpoint Vs breakpoint in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/watchpoint-vs-breakpoint/m-p/1475219#M222857</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Normally you put a break-point in a program for the debugger to stop at certain line and from there you create a watch-point to stop when a certain condition is met.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hith&lt;/P&gt;&lt;P&gt;Sunil Achyut&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Aug 2006 13:04:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-22T13:04:57Z</dc:date>
    <item>
      <title>Watchpoint Vs breakpoint</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/watchpoint-vs-breakpoint/m-p/1475217#M222855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you tell me the difference between Watchpoint and Breakpoint.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Aug 2006 12:59:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/watchpoint-vs-breakpoint/m-p/1475217#M222855</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-22T12:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: Watchpoint Vs breakpoint</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/watchpoint-vs-breakpoint/m-p/1475218#M222856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Breakpoint is that you specified a point a row of program to debug.&lt;/P&gt;&lt;P&gt;Watchpoint is that you specified a condition to debug.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ibrahim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Aug 2006 13:02:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/watchpoint-vs-breakpoint/m-p/1475218#M222856</guid>
      <dc:creator>ibrahim_u</dc:creator>
      <dc:date>2006-08-22T13:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: Watchpoint Vs breakpoint</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/watchpoint-vs-breakpoint/m-p/1475219#M222857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Normally you put a break-point in a program for the debugger to stop at certain line and from there you create a watch-point to stop when a certain condition is met.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hith&lt;/P&gt;&lt;P&gt;Sunil Achyut&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Aug 2006 13:04:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/watchpoint-vs-breakpoint/m-p/1475219#M222857</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-22T13:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: Watchpoint Vs breakpoint</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/watchpoint-vs-breakpoint/m-p/1475220#M222858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi radhika,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Break Point.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;   At particular LINE of SOURCE CODE,&lt;/P&gt;&lt;P&gt;   the system will STOP there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Watch Point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   (For this, we have to give some&lt;/P&gt;&lt;P&gt;   VARIABLE NAME &amp;amp; VARIABLE VALUE - with relational operator)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  When this CONDITION gets satisfied,&lt;/P&gt;&lt;P&gt;  (anywhere during the execution of the program),&lt;/P&gt;&lt;P&gt;  the system will AUTOMATICALLY STOP THERE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; (EG when the value of matnr reaches the specified value)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is the purpose of WATCHPOINT&lt;/P&gt;&lt;P&gt;(the system will WATCH it, like a dog)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Aug 2006 13:05:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/watchpoint-vs-breakpoint/m-p/1475220#M222858</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-22T13:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: Watchpoint Vs breakpoint</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/watchpoint-vs-breakpoint/m-p/1475221#M222859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Radhika,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BREAKPOINT&lt;/P&gt;&lt;P&gt;In the source code we set the Break-point there by clicking the stop button, the system will stop there when you execute the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Watchpoint&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;http://help.sap.com/saphelp_nw04/helpdata/en/c6/617cdce68c11d2b2ab080009b43351/content.htm&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vikranth Khimavath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Aug 2006 13:19:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/watchpoint-vs-breakpoint/m-p/1475221#M222859</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-22T13:19:53Z</dc:date>
    </item>
    <item>
      <title>Re: Watchpoint Vs breakpoint</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/watchpoint-vs-breakpoint/m-p/1475222#M222860</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;Breakpoints &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can set the following types of breakpoints:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static &lt;/P&gt;&lt;P&gt;Set directly into a program's code with the Editor. Static breakpoints are generally user-independent. You can also set user-dependent static points. &lt;/P&gt;&lt;P&gt;dynamic &lt;/P&gt;&lt;P&gt;Set from within the ABAP/4 Editor or the Debugger. Dynamic breakpoints are invisible when you display the program's code in the Editor &lt;/P&gt;&lt;P&gt;watchpoints &lt;/P&gt;&lt;P&gt;Set from within the Debugger. Watchpoints are field-specific. You use a watchpoint to observe changes to a particular field. The Debugger interrupts the program when the field's contents change.You can only set one watchpoint at a time. &lt;/P&gt;&lt;P&gt;key word or event breakpoints &lt;/P&gt;&lt;P&gt;Set from within the Debugger. The Debugger interrupts the program when the ABAP/4 runtime processor comes across the specified keyword or event in the program's code. &lt;/P&gt;&lt;P&gt;Dynamic breakpoints are user-specific. If you want to interrupt a program when you execute it but not when others are running it, then you should set dynamic breakpoints. Dynamic breakpoints are more flexible than static breakpoints, because they can be removed or deactivated during runtime. You can set dynamic breakpoints without making any changes to your program's code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For additional information on breakpoints see Help  Basis System  ABAP/4 Development Workbench  ABAP/4 Workbench Tools  Debugging Tools&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://sap.mis.cmich.edu/sap-abap/abap03/sld020.htm" target="test_blank"&gt;http://sap.mis.cmich.edu/sap-abap/abap03/sld020.htm&lt;/A&gt;&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>Tue, 22 Aug 2006 13:24:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/watchpoint-vs-breakpoint/m-p/1475222#M222860</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-22T13:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: Watchpoint Vs breakpoint</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/watchpoint-vs-breakpoint/m-p/1475223#M222861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;solved&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2011 17:49:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/watchpoint-vs-breakpoint/m-p/1475223#M222861</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-06T17:49:03Z</dc:date>
    </item>
  </channel>
</rss>

