<?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 technics in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-technics/m-p/2190498#M466955</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shreya,&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 07:49:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-27T07:49:41Z</dc:date>
    <item>
      <title>debugging technics</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-technics/m-p/2190485#M466942</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;my program contains more than 3000 lines code is there..&lt;/P&gt;&lt;P&gt;1) as per the Requirement .. can i start debugging from the starting&lt;/P&gt;&lt;P&gt;point of program or at that perticular  point.???? which is better.&lt;/P&gt;&lt;P&gt;b.coz of time consuming...any easy technics.. guide me..&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 06:39:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-technics/m-p/2190485#M466942</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-27T06:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: debugging technics</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-technics/m-p/2190486#M466943</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;put &amp;lt;b&amp;gt;break-points&amp;lt;/b&amp;gt;  at the places u think which are more reactive in ur program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That will be best method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Reshma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2007 06:41:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-technics/m-p/2190486#M466943</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-27T06:41:32Z</dc:date>
    </item>
    <item>
      <title>Re: debugging technics</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-technics/m-p/2190487#M466944</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;debugging from the specific point is preferred if u no the approximate error point.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2007 06:41:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-technics/m-p/2190487#M466944</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-27T06:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: debugging technics</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-technics/m-p/2190488#M466945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it is always a good idea to put breakpoints at multiple places in your program and then see while debugging which part of the program is problematic or taking more time ...and so on. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;breakpoints are only meant to stop at the particular line during execution. you need to use them judiciously to your best advantage.&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;Priyank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2007 06:42:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-technics/m-p/2190488#M466945</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-27T06:42:02Z</dc:date>
    </item>
    <item>
      <title>Re: debugging technics</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-technics/m-p/2190489#M466946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use breakpoints wherever u want.&lt;/P&gt;&lt;P&gt;Debugging such a long code is inconvinient.&lt;/P&gt;&lt;P&gt;So its better to use breakpoints on some particular lines of code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Shreya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2007 06:42:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-technics/m-p/2190489#M466946</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-27T06:42:32Z</dc:date>
    </item>
    <item>
      <title>Re: debugging technics</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-technics/m-p/2190490#M466947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi vijay,&lt;/P&gt;&lt;P&gt;while looking at the error u got in which context the error may come hop eu can guess it with common knowledge  ...  so its better to have debugging at that articular code  rather tahn having the whole program..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use break point , watch point,  or u want to have whole program to be debugged just switch on debugging or /h&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 06:43:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-technics/m-p/2190490#M466947</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-27T06:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: debugging technics</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-technics/m-p/2190491#M466948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try to divide the whole prg  into smaller blocks so that make su debugg more eay hopeu know modularization techniques..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2007 06:45:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-technics/m-p/2190491#M466948</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-27T06:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: debugging technics</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-technics/m-p/2190492#M466949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;set the  breaks point where ever you want to see the data population.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks and regards&lt;/P&gt;&lt;P&gt;shyam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2007 06:45:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-technics/m-p/2190492#M466949</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-27T06:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: debugging technics</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-technics/m-p/2190493#M466950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Vijay , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    You can start dubugging of a program at the begining itself if necessary . or else put breakpoints and watch points in places where you suspect the bug to be .. and start debuging the program you will only reach the points where you have marked breakpoints and watchpoints ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Ranjita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2007 06:46:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-technics/m-p/2190493#M466950</guid>
      <dc:creator>former_member196299</dc:creator>
      <dc:date>2007-04-27T06:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: debugging technics</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-technics/m-p/2190494#M466951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay&lt;/P&gt;&lt;P&gt;Use break points where u want to debug or if debugging is not allowed at that particular place then type /h on the task bar menu so that the debugging will be switched on wherever you are in program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rewards If usefull&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2007 06:48:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-technics/m-p/2190494#M466951</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-27T06:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: debugging technics</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-technics/m-p/2190495#M466952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shreya,&lt;/P&gt;&lt;P&gt;Purpose of watch point in  a program???&lt;/P&gt;&lt;P&gt;In which situation we are using Wath point???&lt;/P&gt;&lt;P&gt;while we dubugging a program when we use watch point???&lt;/P&gt;&lt;P&gt;Example plzzzzzz.&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 07:02:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-technics/m-p/2190495#M466952</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-27T07:02:02Z</dc:date>
    </item>
    <item>
      <title>Re: debugging technics</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-technics/m-p/2190496#M466953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Watchpoints r used when there r many number of records.&lt;/P&gt;&lt;P&gt;U can set a watchpoint like &amp;lt;b&amp;gt;when X = '20000&amp;lt;/b&amp;gt; and excecute the program.&lt;/P&gt;&lt;P&gt;The 20000th record gets displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful&lt;/P&gt;&lt;P&gt;Shreya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2007 07:07:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-technics/m-p/2190496#M466953</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-27T07:07:03Z</dc:date>
    </item>
    <item>
      <title>Re: debugging technics</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-technics/m-p/2190497#M466954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi vijay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Breakpoints are where you want to stop in the code on a specific statement. Watchpoints are used to stop the processing when a variable reaches a certain condition, for example, you can set a watch point on a internal table field to have a certain value, then the debugger will stop when it hits that record in the internal table.&lt;/P&gt;&lt;P&gt;Check this link -&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/c6/617cbee68c11d2b2ab080009b43351/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/c6/617cbee68c11d2b2ab080009b43351/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at max we can use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Watch points : 10 &amp;amp;&lt;/P&gt;&lt;P&gt;Break points : 30&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rewards if helpfull&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2007 07:14:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-technics/m-p/2190497#M466954</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-27T07:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: debugging technics</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-technics/m-p/2190498#M466955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shreya,&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 07:49:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-technics/m-p/2190498#M466955</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-27T07:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: debugging technics</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-technics/m-p/2190499#M466956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pavan,&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:06:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-technics/m-p/2190499#M466956</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-27T08:06:59Z</dc:date>
    </item>
  </channel>
</rss>

