<?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-watchpoint in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-watchpoint/m-p/2195116#M468401</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vasanth,&lt;/P&gt;&lt;P&gt;thanks for ur clarification regarding my issue.&lt;/P&gt;&lt;P&gt;thnaks alot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;vijay.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Apr 2007 08:34:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-27T08:34:25Z</dc:date>
    <item>
      <title>debugging-watchpoint</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-watchpoint/m-p/2195112#M468397</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;why we are set the watch point at Perticular Point in Program?? &lt;/P&gt;&lt;P&gt;mean perticular field??? which situation we will set???&lt;/P&gt;&lt;P&gt;can u explain clearly ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2007 08:13:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-watchpoint/m-p/2195112#M468397</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-27T08:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: debugging-watchpoint</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-watchpoint/m-p/2195113#M468398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check this link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/c6/617cd9e68c11d2b2ab080009b43351/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/c6/617cd9e68c11d2b2ab080009b43351/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;assume that the control of the debugger is in a &amp;lt;b&amp;gt;loop&amp;lt;/b&amp;gt; statement and u want to watch the contents of the header line in the 50th loop pass, instead of clicking F5 key, u can create a watch for the variable sy-tabix with the value 50 and click on the F8 key then the debugger control stops saying that 'Watch point is reached' and then u can check the contents of the header of the table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2007 08:15:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-watchpoint/m-p/2195113#M468398</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-27T08:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: debugging-watchpoint</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-watchpoint/m-p/2195114#M468399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. Debugger&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/c6/617ca9e68c11d2b2ab080009b43351/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/c6/617ca9e68c11d2b2ab080009b43351/content.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2007 08:16:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-watchpoint/m-p/2195114#M468399</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-27T08:16:24Z</dc:date>
    </item>
    <item>
      <title>Re: debugging-watchpoint</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-watchpoint/m-p/2195115#M468400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, u are having an Itab having 20000 record. But u want to see the behavior of a particular record where matnr = 'AA' which is at 15000th row.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SO u can wait until the loop comes to this point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At this situation we will create the watch point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At Max we can create 5 watch points&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2007 08:19:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-watchpoint/m-p/2195115#M468400</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-27T08:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: debugging-watchpoint</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-watchpoint/m-p/2195116#M468401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vasanth,&lt;/P&gt;&lt;P&gt;thanks for ur clarification regarding my issue.&lt;/P&gt;&lt;P&gt;thnaks alot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;vijay.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2007 08:34:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-watchpoint/m-p/2195116#M468401</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-27T08:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: debugging-watchpoint</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-watchpoint/m-p/2195117#M468402</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;we use the watch point in the below condition&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1- when we want to check with a value of a variable with other variables.&lt;/P&gt;&lt;P&gt;in this case we put the watch point with the value with which we want to check with other values.&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>Fri, 27 Apr 2007 08:45:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-watchpoint/m-p/2195117#M468402</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-27T08:45:17Z</dc:date>
    </item>
  </channel>
</rss>

