<?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: Breakpoints and watchpoints in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/breakpoints-and-watchpoints/m-p/1772150#M333384</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi anurita,&lt;/P&gt;&lt;P&gt;please make it a practice to reward helpful answers!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Dec 2006 06:49:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-15T06:49:00Z</dc:date>
    <item>
      <title>Breakpoints and watchpoints</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/breakpoints-and-watchpoints/m-p/1772138#M333372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&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>Wed, 13 Dec 2006 05:59:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/breakpoints-and-watchpoints/m-p/1772138#M333372</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-13T05:59:05Z</dc:date>
    </item>
    <item>
      <title>Re: Breakpoints and watchpoints</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/breakpoints-and-watchpoints/m-p/1772139#M333373</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&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;&lt;/P&gt;&lt;P&gt;For watchpoints, we need to give some condition and when this condition is satisfied, program will stop &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example : if you want to debug only &lt;/P&gt;&lt;P&gt;for matnr value 100 than set watch point&lt;/P&gt;&lt;P&gt;matnr = 100. when value reaches 100 than&lt;/P&gt;&lt;P&gt;program stops at that point. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;more at&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/c6/617cdce68c11d2b2ab080009b43351/content.htm&amp;lt;/b&amp;gt;" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/c6/617cdce68c11d2b2ab080009b43351/content.htm&amp;lt;/b&amp;gt;&lt;/A&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anver&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2006 06:00:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/breakpoints-and-watchpoints/m-p/1772139#M333373</guid>
      <dc:creator>anversha_s</dc:creator>
      <dc:date>2006-12-13T06:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: Breakpoints and watchpoints</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/breakpoints-and-watchpoints/m-p/1772140#M333374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; Difference betn break point and watch point,&lt;/P&gt;&lt;P&gt; Break points can be set before the program is executed and while in execution , &lt;/P&gt;&lt;P&gt; Watch points are set only at the time of execution,&lt;/P&gt;&lt;P&gt;  Break points helps u to stop at a certain point while executing while watchpoint  &lt;/P&gt;&lt;P&gt;  when added helps u to moniot he values for a certain field during the whole &lt;/P&gt;&lt;P&gt;  program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Regards,&lt;/P&gt;&lt;P&gt; Vaibhav B Gawali.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2006 06:03:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/breakpoints-and-watchpoints/m-p/1772140#M333374</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-13T06:03:44Z</dc:date>
    </item>
    <item>
      <title>Re: Breakpoints and watchpoints</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/breakpoints-and-watchpoints/m-p/1772141#M333375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you put a breakpoint in a particular line of source code, while execution, program stops here.&lt;/P&gt;&lt;P&gt;we can set the BREAK POINT inside the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when the pgms reaches there, the pgm will stop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no condition check is possible&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Static breakpoints - you can use statement BREAK-POINT or use BREAK &amp;lt;user&amp;gt;&lt;/P&gt;&lt;P&gt;Dynamic breakpoint - put cursor on the statement where you need to put breakpoint and press the STOP Button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For watchpoints, we need to give some condition and when this condition is satisfied, program will stop &lt;/P&gt;&lt;P&gt;Start debugging '/H'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the debugging screen press the create watch point button in the application tool bar..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the program give the program name..&lt;/P&gt;&lt;P&gt;in the field give the field name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the relational operator given '=' In the comp. field/value give the value ..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2006 06:09:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/breakpoints-and-watchpoints/m-p/1772141#M333375</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-13T06:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: Breakpoints and watchpoints</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/breakpoints-and-watchpoints/m-p/1772142#M333376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi anurita,&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>Wed, 13 Dec 2006 06:11:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/breakpoints-and-watchpoints/m-p/1772142#M333376</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-13T06:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: Breakpoints and watchpoints</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/breakpoints-and-watchpoints/m-p/1772143#M333377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How many dynamic breakpoints can I set in a program??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2006 06:16:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/breakpoints-and-watchpoints/m-p/1772143#M333377</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-13T06:16:23Z</dc:date>
    </item>
    <item>
      <title>Re: Breakpoints and watchpoints</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/breakpoints-and-watchpoints/m-p/1772144#M333378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi anu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Break point is one which helps us in a step by step execution..&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  It is specified once the code is activated ...i&lt;/P&gt;&lt;P&gt;  It is given before execution..&lt;/P&gt;&lt;P&gt;  It cannot be given in flow logic...&lt;/P&gt;&lt;P&gt; U can have as many break points u want but its better u ckeep it where u want  &lt;/P&gt;&lt;P&gt; the check to be  done.&lt;/P&gt;&lt;P&gt; In break point u have to use F5 for step by step execution F6 for execution from&lt;/P&gt;&lt;P&gt; break point to nreak point and F8 to go to result...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Watch point is one which we specify in debug mode..&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt; It is also a break point but it is done for a specific value..&lt;/P&gt;&lt;P&gt; like break point any no of watch point can be kept..&lt;/P&gt;&lt;P&gt;While creating a watch point it will ask for the field and relational operator ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Rajkumar.G.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2006 06:16:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/breakpoints-and-watchpoints/m-p/1772144#M333378</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-13T06:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: Breakpoints and watchpoints</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/breakpoints-and-watchpoints/m-p/1772145#M333379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can keep 30 dynamic breakpoints at a time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2006 06:18:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/breakpoints-and-watchpoints/m-p/1772145#M333379</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-13T06:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: Breakpoints and watchpoints</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/breakpoints-and-watchpoints/m-p/1772146#M333380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey anu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;            dynamically u can keep break points by just right clicking at the point where u want it..&lt;/P&gt;&lt;P&gt;            here also there is no criteria u can have as many u want.. but its unnecessary because u can use F5 instead of keeping further breakpoints..&lt;/P&gt;&lt;P&gt;             Using F5 u can go check execution at each and every level..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Rajkumar.G.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2006 06:21:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/breakpoints-and-watchpoints/m-p/1772146#M333380</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-13T06:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: Breakpoints and watchpoints</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/breakpoints-and-watchpoints/m-p/1772147#M333381</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;Watch points are kept so that if  a set conditions are satisfied .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Break point are kept to find the flow of the program from some point where necessary .&lt;/P&gt;&lt;P&gt;It is advisable to use break-username  .Break-point stops any other user using that transation .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2006 06:23:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/breakpoints-and-watchpoints/m-p/1772147#M333381</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-13T06:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: Breakpoints and watchpoints</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/breakpoints-and-watchpoints/m-p/1772148#M333382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Other people are saying there is no limit of setting dynamic brkpoints...And this answer says max 30 brkpoints can be set. Which one is correct?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2006 07:03:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/breakpoints-and-watchpoints/m-p/1772148#M333382</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-13T07:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: Breakpoints and watchpoints</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/breakpoints-and-watchpoints/m-p/1772149#M333383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello anurita,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are confused, juz try it in one sample program and you will be convinced.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the way, please reward helpful answers!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2006 07:06:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/breakpoints-and-watchpoints/m-p/1772149#M333383</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-13T07:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: Breakpoints and watchpoints</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/breakpoints-and-watchpoints/m-p/1772150#M333384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi anurita,&lt;/P&gt;&lt;P&gt;please make it a practice to reward helpful answers!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2006 06:49:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/breakpoints-and-watchpoints/m-p/1772150#M333384</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-15T06:49:00Z</dc:date>
    </item>
  </channel>
</rss>

