<?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 Breakpoint Ignored? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/breakpoint-ignored/m-p/2821413#M659922</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am debugging VF11, cancel invoice, when I initially set breakpoints at statements = 'loop at' I continued until I finally got to the specific loop where it was looping and looping. However, the second time, when I put a breakpoint at that line of code it is ignoring it so the transaction is just clocking and clocking. Why didn't it stop at the line of code I set the breakpoint at?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;             Thank-You.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Sep 2007 17:19:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-27T17:19:14Z</dc:date>
    <item>
      <title>Breakpoint Ignored?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/breakpoint-ignored/m-p/2821413#M659922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am debugging VF11, cancel invoice, when I initially set breakpoints at statements = 'loop at' I continued until I finally got to the specific loop where it was looping and looping. However, the second time, when I put a breakpoint at that line of code it is ignoring it so the transaction is just clocking and clocking. Why didn't it stop at the line of code I set the breakpoint at?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;             Thank-You.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2007 17:19:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/breakpoint-ignored/m-p/2821413#M659922</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-27T17:19:14Z</dc:date>
    </item>
    <item>
      <title>Re: Breakpoint Ignored?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/breakpoint-ignored/m-p/2821414#M659923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did the breakpoint actually show up when you tried to set it?  You can only set a breakpoint if your code is active.  Display your code and check to make sure that the breakpoint is actually there.&lt;/P&gt;&lt;P&gt; - April King&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2007 17:21:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/breakpoint-ignored/m-p/2821414#M659923</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-27T17:21:05Z</dc:date>
    </item>
    <item>
      <title>Re: Breakpoint Ignored?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/breakpoint-ignored/m-p/2821415#M659924</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;Instead of puting break-point at loop. do it in the subroutine (form)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/h&lt;DEL&gt;&amp;gt; VF11&lt;/DEL&gt;&amp;gt; select from the top menu &lt;DEL&gt;&amp;gt; breakpoint&lt;/DEL&gt;&amp;gt; break point at &lt;DEL&gt;&amp;gt;subroutine&lt;/DEL&gt;&amp;gt; give your form name --&amp;gt; press enter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and press F8&lt;/P&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2007 17:25:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/breakpoint-ignored/m-p/2821415#M659924</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2007-09-27T17:25:27Z</dc:date>
    </item>
    <item>
      <title>Re: Breakpoint Ignored?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/breakpoint-ignored/m-p/2821416#M659925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Some times it happens since debugging flag will be disable to buffer  issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used to relogin again and i will put break point and will run transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;otherway ,goto VF11 Transaction -&amp;gt; enter invoice number ,put /H and enter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now use watch point to go directly loop ,use variable option so that we can create watch point properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Seshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2007 17:40:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/breakpoint-ignored/m-p/2821416#M659925</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-27T17:40:55Z</dc:date>
    </item>
  </channel>
</rss>

