<?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: How to set a break-point based on variable value in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-set-a-break-point-based-on-variable-value/m-p/3547455#M853447</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello Jerome-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For your requirement you need to create a watch point in debugger mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you know the value just hardcode the value in watchpoint and push F8.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;~Srini..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Mar 2008 06:11:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-27T06:11:10Z</dc:date>
    <item>
      <title>How to set a break-point based on variable value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-set-a-break-point-based-on-variable-value/m-p/3547451#M853443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm debugging a program which uses an internal table with hundreds of lines. The program needs to loop that internal table. I need to debug the code inside the loop for a specific row which has a specific field value. How can I set a break point for that specific row in the loop based on the field value? A normal break point will pause the program hundreds of times until it reaches the specific row.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, Jerome&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 01:58:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-set-a-break-point-based-on-variable-value/m-p/3547451#M853443</guid>
      <dc:creator>former_member343107</dc:creator>
      <dc:date>2008-03-27T01:58:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to set a break-point based on variable value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-set-a-break-point-based-on-variable-value/m-p/3547452#M853444</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;create &lt;STRONG&gt;WATCH POINT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_470/helpdata/en/c6/617cdce68c11d2b2ab080009b43351/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_470/helpdata/en/c6/617cdce68c11d2b2ab080009b43351/frameset.htm&lt;/A&gt;&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;&lt;/P&gt;&lt;P&gt;V.Balaji&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if Usefull...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 02:01:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-set-a-break-point-based-on-variable-value/m-p/3547452#M853444</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-27T02:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to set a break-point based on variable value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-set-a-break-point-based-on-variable-value/m-p/3547453#M853445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot, Balaji. That's perfect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Jerome&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 02:11:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-set-a-break-point-based-on-variable-value/m-p/3547453#M853445</guid>
      <dc:creator>former_member343107</dc:creator>
      <dc:date>2008-03-27T02:11:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to set a break-point based on variable value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-set-a-break-point-based-on-variable-value/m-p/3547454#M853446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if  u want to find the value then u need to use th e&lt;STRONG&gt;watch point&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in &lt;STRONG&gt;debugger mode&lt;/STRONG&gt; u can find the &lt;STRONG&gt;watch point tab&lt;/STRONG&gt; there u need to give the field name u want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regard,&lt;/P&gt;&lt;P&gt;raam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 02:12:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-set-a-break-point-based-on-variable-value/m-p/3547454#M853446</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-27T02:12:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to set a break-point based on variable value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-set-a-break-point-based-on-variable-value/m-p/3547455#M853447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello Jerome-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For your requirement you need to create a watch point in debugger mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you know the value just hardcode the value in watchpoint and push F8.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;~Srini..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 06:11:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-set-a-break-point-based-on-variable-value/m-p/3547455#M853447</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-27T06:11:10Z</dc:date>
    </item>
  </channel>
</rss>

