<?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: WHAT IS THE USE DEBUGGING in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-use-debugging/m-p/2573936#M588041</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI GURU , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    You do debugging when your program doesnt function the way you want it, and then by debugging your program code you can find out the point where the bug is present .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    So , it completely depends on your program's function and performance  , and whether you need to debug or not . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have already got informations about debugging in the previous answers , please go through them .&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;Ranjita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Jul 2007 04:30:15 GMT</pubDate>
    <dc:creator>former_member196299</dc:creator>
    <dc:date>2007-07-25T04:30:15Z</dc:date>
    <item>
      <title>WHAT IS THE USE DEBUGGING</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-use-debugging/m-p/2573928#M588033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IS IT MANDATORY TO USE DEBUGGING IN A PRROGRAM........&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2007 04:11:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-use-debugging/m-p/2573928#M588033</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-25T04:11:12Z</dc:date>
    </item>
    <item>
      <title>Re: WHAT IS THE USE DEBUGGING</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-use-debugging/m-p/2573929#M588034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;3 types update,normal and system debugging &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check this for update debugging&lt;/P&gt;&lt;P&gt;If you set "Update Debbugging" you can debug the codes which works in update tusk.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP std often runs the routine (function or form) to update the database in update tusk mode, these routine start as soon as a commit work is done.&lt;/P&gt;&lt;P&gt;The commit is called at the end of the program, so you can't debug them by "normal debbugging" because it ends as soon as the program ends&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or----&lt;/P&gt;&lt;HR originaltext="----------------------" /&gt;&lt;P&gt;All the database updates are performed by the update work processes by calling the functions/subroutines in update tasks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These tasks are executed after a commit work is reached in the application. By default you cannot debug these functions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TO debug these u need to explicitly activate update debugging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for system debugging check the below link&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/ef/5f0640555ae369e10000000a155106/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/ef/5f0640555ae369e10000000a155106/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/c6/617ca9e68c11d2b2ab080009b43351/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/c6/617ca9e68c11d2b2ab080009b43351/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For debugging tutorial:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2005vp/helpdata/en/5a/4ed93f130f9215e10000000a155106/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2005vp/helpdata/en/5a/4ed93f130f9215e10000000a155106/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapdevelopment.co.uk/tips/debug/debughome.htm" target="test_blank"&gt;http://www.sapdevelopment.co.uk/tips/debug/debughome.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-basis-abap.com/sapab002.htm" target="test_blank"&gt;http://www.sap-basis-abap.com/sapab002.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;&lt;/P&gt;&lt;P&gt;System Debugging&lt;/P&gt;&lt;P&gt;If you set this option, the Debugger is also activated for system programs (programs with status S in their program attributes). When you save breakpoints, the System Debugging setting is also saved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Update Debugging&lt;/P&gt;&lt;P&gt;Update function modules do not run in the same user session as the program that is currently running in the ABAP Debugger. These function modules are therefore not included in debugging. Only if you select the Update Debugging option can you display and debug them after the COMMIT WORK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Normal Debugging&lt;/P&gt;&lt;P&gt;Normal debugging is the one we do it by the normal dynamic break points or by /H or by using stattic break points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can switch to diffferent debuggin modes while processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BREAKPOINT&lt;/P&gt;&lt;P&gt;In the source code we set the Break-point there by clicking the stop button, the system will stop there when you execute the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Watchpoint&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For watchpoints, we need to give some condition and when this condition is satisfied, program will stop&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example : if you want to debug only&lt;/P&gt;&lt;P&gt;for matnr value 100 than set watch point&lt;/P&gt;&lt;P&gt;matnr = 100. when value reaches 100 than&lt;/P&gt;&lt;P&gt;program stops at that point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;more at&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/c6/617cdce68c11d2b2ab080009b43351/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/c6/617cdce68c11d2b2ab080009b43351/content.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2007 04:13:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-use-debugging/m-p/2573929#M588034</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-25T04:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: WHAT IS THE USE DEBUGGING</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-use-debugging/m-p/2573930#M588035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;It depends on program functioning or not!&lt;/P&gt;&lt;P&gt;If your report is not giving desired output, you have to check where we went wrong.&lt;/P&gt;&lt;P&gt;You can keep watchpoints to trace the values.&lt;/P&gt;&lt;P&gt;Reward if useful!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2007 04:14:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-use-debugging/m-p/2573930#M588035</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-25T04:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: WHAT IS THE USE DEBUGGING</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-use-debugging/m-p/2573931#M588036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guru,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DEBUGGING - is not MANDATORY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But to know exactly what is happening when a program is getting executed, DEBUGGING would help/ allow you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you DEBUG a program, you will be able to understand clearly what is happening out there.......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;&amp;lt;b&amp;gt;Reward points for informatory answers.&amp;lt;/b&amp;gt;&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Ram.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2007 04:15:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-use-debugging/m-p/2573931#M588036</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-25T04:15:42Z</dc:date>
    </item>
    <item>
      <title>Re: WHAT IS THE USE DEBUGGING</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-use-debugging/m-p/2573932#M588037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;No it is not but the debugger shows the flow of the program and is use to remove any flaws that may be there causing wrong out put so we use debugger to see the reason for the same in program and data flow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Himanshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2007 04:17:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-use-debugging/m-p/2573932#M588037</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-25T04:17:43Z</dc:date>
    </item>
    <item>
      <title>Re: WHAT IS THE USE DEBUGGING</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-use-debugging/m-p/2573933#M588038</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;It is not mandatory to use debugging in a program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;F5 - Step by Step debugging&lt;/P&gt;&lt;P&gt;F6 - Skips loops and Subroutines&lt;/P&gt;&lt;P&gt;F7 - Skips the loop or subroutine and returns to the last cursor point.&lt;/P&gt;&lt;P&gt;F8 - Execute and come out of debugging&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;About debugging...&lt;/P&gt;&lt;P&gt;3 types update,normal and system debugging &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check this for update debugging&lt;/P&gt;&lt;P&gt;If you set "Update Debbugging" you can debug the codes which works in update tusk.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP std often runs the routine (function or form) to update the database in update tusk mode, these routine start as soon as a commit work is done.&lt;/P&gt;&lt;P&gt;The commit is called at the end of the program, so you can't debug them by "normal debbugging" because it ends as soon as the program ends&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or----&lt;/P&gt;&lt;HR originaltext="----------------------" /&gt;&lt;P&gt;All the database updates are performed by the update work processes by calling the functions/subroutines in update tasks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These tasks are executed after a commit work is reached in the application. By default you cannot debug these functions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TO debug these u need to explicitly activate update debugging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for system debugging check the below link&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/ef/5f0640555ae369e10000000a155106/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/ef/5f0640555ae369e10000000a155106/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/c6/617ca9e68c11d2b2ab080009b43351/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/c6/617ca9e68c11d2b2ab080009b43351/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For debugging tutorial:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2005vp/helpdata/en/5a/4ed93f130f9215e10000000a155106/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2005vp/helpdata/en/5a/4ed93f130f9215e10000000a155106/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapdevelopment.co.uk/tips/debug/debughome.htm" target="test_blank"&gt;http://www.sapdevelopment.co.uk/tips/debug/debughome.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-basis-abap.com/sapab002.htm" target="test_blank"&gt;http://www.sap-basis-abap.com/sapab002.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;&lt;/P&gt;&lt;P&gt;System Debugging&lt;/P&gt;&lt;P&gt;If you set this option, the Debugger is also activated for system programs (programs with status S in their program attributes). When you save breakpoints, the System Debugging setting is also saved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Update Debugging&lt;/P&gt;&lt;P&gt;Update function modules do not run in the same user session as the program that is currently running in the ABAP Debugger. These function modules are therefore not included in debugging. Only if you select the Update Debugging option can you display and debug them after the COMMIT WORK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Normal Debugging&lt;/P&gt;&lt;P&gt;Normal debugging is the one we do it by the normal dynamic break points or by /H or by using stattic break points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can switch to diffferent debuggin modes while processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BREAKPOINT&lt;/P&gt;&lt;P&gt;In the source code we set the Break-point there by clicking the stop button, the system will stop there when you execute the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Watchpoint&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For watchpoints, we need to give some condition and when this condition is satisfied, program will stop&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example : if you want to debug only&lt;/P&gt;&lt;P&gt;for matnr value 100 than set watch point&lt;/P&gt;&lt;P&gt;matnr = 100. when value reaches 100 than&lt;/P&gt;&lt;P&gt;program stops at that point. &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;Priyanka.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2007 04:17:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-use-debugging/m-p/2573933#M588038</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-25T04:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: WHAT IS THE USE DEBUGGING</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-use-debugging/m-p/2573934#M588039</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;its &amp;lt;b&amp;gt;not a mandatory one&amp;lt;/b&amp;gt;.. if ur program runs fine and if it gives u the desired answer then no need of debugging..if u find some errors and if the code is not giving the correct answer then u can debug and u can resolve..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points if useful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ashu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2007 04:18:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-use-debugging/m-p/2573934#M588039</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-25T04:18:24Z</dc:date>
    </item>
    <item>
      <title>Re: WHAT IS THE USE DEBUGGING</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-use-debugging/m-p/2573935#M588040</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 is not mandatory, but when ur program doesn't give appropriate results then it  is mandatory. for debugging u should palce a break point in source code. it can be done in following ways &lt;/P&gt;&lt;P&gt;    1. using keyword BREAK-POINT&lt;/P&gt;&lt;P&gt;     2. just by clicking on break point button which is available in application tool bar&lt;/P&gt;&lt;P&gt;      3. using /H in command box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if helpful reward some points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards,&lt;/P&gt;&lt;P&gt;Suresh Aluri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2007 04:29:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-use-debugging/m-p/2573935#M588040</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-25T04:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: WHAT IS THE USE DEBUGGING</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-use-debugging/m-p/2573936#M588041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI GURU , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    You do debugging when your program doesnt function the way you want it, and then by debugging your program code you can find out the point where the bug is present .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    So , it completely depends on your program's function and performance  , and whether you need to debug or not . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have already got informations about debugging in the previous answers , please go through them .&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;Ranjita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2007 04:30:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-use-debugging/m-p/2573936#M588041</guid>
      <dc:creator>former_member196299</dc:creator>
      <dc:date>2007-07-25T04:30:15Z</dc:date>
    </item>
    <item>
      <title>Re: WHAT IS THE USE DEBUGGING</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-use-debugging/m-p/2573937#M588042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi guru,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u want to know the functionality of the program u have to debug the program...in future there is one defect came... without debugging how u can fix the issue....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;according my point of view debugging is the best thing to learn and to fix the problem....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;maheedhar.t&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2007 04:56:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-use-debugging/m-p/2573937#M588042</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-25T04:56:04Z</dc:date>
    </item>
  </channel>
</rss>

