<?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/4108836#M982499</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Debugging is checking lines of code step by step to conform the expected results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;since in a programing langaue every thing is predictable so debugging provide means to verify wheather your expected output is same as executed by machine. however some enhanced form of debugger also provides you the facility for changing values of variable as well as code itself at runtime,  so that you can see  &lt;STRONG&gt;"interactive execution of your program instead of first writting the program then checking it and thinking how step would have been exucted during excution"&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thus debugger is a powerful programming tool to help programmer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Reward if useful,&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naveen Trivedi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Jul 2008 07:06:19 GMT</pubDate>
    <dc:creator>former_member301966</dc:creator>
    <dc:date>2008-07-07T07:06:19Z</dc:date>
    <item>
      <title>debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/4108831#M982494</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;Please reply me about debugging. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the use of debugging.&lt;/P&gt;&lt;P&gt;How to debug.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Abhay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2008 05:51:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/4108831#M982494</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-07T05:51:17Z</dc:date>
    </item>
    <item>
      <title>Re: debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/4108832#M982495</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;A href="http://help.sap.com/saphelp_nw70/helpdata/en/c6/617ca9e68c11d2b2ab080009b43351/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/en/c6/617ca9e68c11d2b2ab080009b43351/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please browse the net for answers before posting a qtn.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2008 05:53:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/4108832#M982495</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-07T05:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/4108833#M982496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Abhay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Debugging is used to check the status of program at different points,errors and field values appended at various points in program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It can be done by inserting break-point statements at location where u want to check status of program or enter /h in command field after program activation and after entering /h press enter u enter in debugging mode now run program and perform single-step debugging for tracing single line-wise program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also just refer:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Debugging&lt;/P&gt;&lt;P&gt;Refer to this thread&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/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/c6/617ca9e68c11d2b2ab080009b43351/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="2927746"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2008 05:54:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/4108833#M982496</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-07T05:54:54Z</dc:date>
    </item>
    <item>
      <title>Re: debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/4108834#M982497</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 - There are many uses i.e if are not getting data in the o/p then it is easy to now the reason why u are not getting the data. put a breakpoint in the program then by double-clicking on internal table or any, the data to be fetched , it is easy to know the error.&lt;/P&gt;&lt;P&gt;Also by watch points in debugging - by that if you want to see particular record rather than seeing all the records then we can do this by watch-points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please go through this link.&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/c6/617ca9e68c11d2b2ab080009b43351/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/c6/617ca9e68c11d2b2ab080009b43351/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward points if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2008 06:28:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/4108834#M982497</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-07T06:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/4108835#M982498</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 means stopping the program and analyse the results.at run time you can get how the program flow is running.&lt;/P&gt;&lt;P&gt;if there are any errors comes. you can easily find out that from where the problams are getting in debug mode and you can solve it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2008 06:36:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/4108835#M982498</guid>
      <dc:creator>venkatasriram_mygapula</dc:creator>
      <dc:date>2008-07-07T06:36:03Z</dc:date>
    </item>
    <item>
      <title>Re: debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/4108836#M982499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Debugging is checking lines of code step by step to conform the expected results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;since in a programing langaue every thing is predictable so debugging provide means to verify wheather your expected output is same as executed by machine. however some enhanced form of debugger also provides you the facility for changing values of variable as well as code itself at runtime,  so that you can see  &lt;STRONG&gt;"interactive execution of your program instead of first writting the program then checking it and thinking how step would have been exucted during excution"&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thus debugger is a powerful programming tool to help programmer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Reward if useful,&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naveen Trivedi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2008 07:06:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/4108836#M982499</guid>
      <dc:creator>former_member301966</dc:creator>
      <dc:date>2008-07-07T07:06:19Z</dc:date>
    </item>
  </channel>
</rss>

