<?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?.... in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/1584190#M263416</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;F5 is used to debug line by line code it will nevigate to each step wheter it is a method call or function it will go in side it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;F6 u will move line by line but does now enter inside any function call&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;F7 will return u to the upper level &lt;/P&gt;&lt;P&gt;Ex if u are inside any method that is called from any other main method u will move to the main method&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 09 Sep 2006 09:46:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-09T09:46:11Z</dc:date>
    <item>
      <title>Debugging?....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/1584187#M263413</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;Could any one tell in precise how we can use &lt;/P&gt;&lt;P&gt;          F5&lt;/P&gt;&lt;P&gt;          F6&lt;/P&gt;&lt;P&gt;          F7 in debugging.And let me know what is the purpose of all dose function keys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Sep 2006 09:41:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/1584187#M263413</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-09T09:41:42Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging?....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/1584188#M263414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;F5 : Step In---&amp;gt;into the coding block &lt;/P&gt;&lt;P&gt;F6 : execute-----&amp;gt;executing the Coding block&lt;/P&gt;&lt;P&gt;F7 : Step Out.----&amp;gt;Come out of Code Block&lt;/P&gt;&lt;P&gt;F8 : Run.&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;Prabhu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Sep 2006 09:43:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/1584188#M263414</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-09T09:43:51Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging?....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/1584189#M263415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ways to debug..&lt;/P&gt;&lt;P&gt;1. Hardcode Break points using BREAK-POINT &lt;/P&gt;&lt;P&gt;2.Using /H when you Before Pressing Execute Button(F8).&lt;/P&gt;&lt;P&gt;3.Keep the Break points in the code , go to the line and using the CTRL&lt;EM&gt;SHFT&lt;/EM&gt;F12 option .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;F5 : Line by Line Debugging&lt;/P&gt;&lt;P&gt;F6 : module level&lt;/P&gt;&lt;P&gt;F8 : control passes to other debugging&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You double click the module user_command..and there in any of the code u place the cursor and click the STOP Icon and turn Session brkpnt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Sep 2006 09:44:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/1584189#M263415</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-09T09:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging?....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/1584190#M263416</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;F5 is used to debug line by line code it will nevigate to each step wheter it is a method call or function it will go in side it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;F6 u will move line by line but does now enter inside any function call&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;F7 will return u to the upper level &lt;/P&gt;&lt;P&gt;Ex if u are inside any method that is called from any other main method u will move to the main method&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Sep 2006 09:46:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/1584190#M263416</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-09T09:46:11Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging?....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/1584191#M263417</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;F5- line by line&lt;/P&gt;&lt;P&gt;f6- if u reached a perform statement, by pressing f6, u will skip that perform and get to next line&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;f7 - suppose u reached in the middle of a subroutine, when u press f7, u will get out of that subroutine &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thata all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for any clarifiaction pls mail me.&lt;/P&gt;&lt;P&gt;pls reward points, if this helped u.&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;anversha.&lt;/P&gt;&lt;P&gt;anversha.shahul@wipro.com&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Sep 2006 09:47:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/1584191#M263417</guid>
      <dc:creator>anversha_s</dc:creator>
      <dc:date>2006-09-09T09:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging?....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/1584192#M263418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Munna &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any more problems regarding debugger&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards &lt;/P&gt;&lt;P&gt;Pulkit Agrawal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Sep 2006 10:32:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/1584192#M263418</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-09T10:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging?....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/1584193#M263419</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;Thanx everyone.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Sep 2006 11:58:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/1584193#M263419</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-09T11:58:33Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging?....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/1584194#M263420</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;Could u tell how to use the Dynamic break-point. &lt;/P&gt;&lt;P&gt;And watz the diff btwn hard-code break-point and dynamic break-point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Sep 2006 04:53:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/1584194#M263420</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-11T04:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging?....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/1584195#M263421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hard code break point is just including the statement&lt;/P&gt;&lt;P&gt;break-point in ur code where u need a break point in ur code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dynamic is only at runtime&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Sep 2006 04:56:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/1584195#M263421</guid>
      <dc:creator>gopi_narendra</dc:creator>
      <dc:date>2006-09-11T04:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging?....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/1584196#M263422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Munna&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At the time of debugging u can double click on any line to insert a break point at that line&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hard code break point will execute every time u run the program but dynamic will be only for that session&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards &lt;/P&gt;&lt;P&gt;Pulkit Agrawal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Sep 2006 04:58:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/1584196#M263422</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-11T04:58:07Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging?....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/1584197#M263423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use watch-point in two case :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- I want to stop when my internal table into a loop is on the good line. I don't want to click F5 200 before stop in the line 200 ... So I choose the internal_table-field I set the watch point to the value I would like ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- I want to stop when a field have a value, I set for example, the field &amp;lt;&amp;gt; 'blank'. So when anything append in this field, the program stop.&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_46c/helpdata/en/c6/617cd9e68c11d2b2ab080009b43351/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_46c/helpdata/en/c6/617cd9e68c11d2b2ab080009b43351/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for  Hard code break point  just write statement in ur program break-point&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Sep 2006 04:58:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/1584197#M263423</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-11T04:58:53Z</dc:date>
    </item>
  </channel>
</rss>

