<?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: Possible to skip coding in debugger? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/possible-to-skip-coding-in-debugger/m-p/7064077#M1503722</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chris Paine:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Debugging --&amp;gt; Goto Statement option is also available in the old debugger.  We have it here in release 4.7&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.. Craig&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Jul 2010 18:30:26 GMT</pubDate>
    <dc:creator>craig_scott2</dc:creator>
    <dc:date>2010-07-08T18:30:26Z</dc:date>
    <item>
      <title>Possible to skip coding in debugger?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/possible-to-skip-coding-in-debugger/m-p/7064071#M1503716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to skip serveral lines of coding when you're in debugging?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I mean completely skip the coding, not run the coding at all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aaron&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jul 2010 05:49:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/possible-to-skip-coding-in-debugger/m-p/7064071#M1503716</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-08T05:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: Possible to skip coding in debugger?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/possible-to-skip-coding-in-debugger/m-p/7064072#M1503717</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;You can set a breakpoint by setting a breakpoint at a function module or a statement to go to the code directly, wherever you want. Check the Menu path Breakpoint &amp;gt; Breakpoint at .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jul 2010 06:08:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/possible-to-skip-coding-in-debugger/m-p/7064072#M1503717</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-08T06:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: Possible to skip coding in debugger?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/possible-to-skip-coding-in-debugger/m-p/7064073#M1503718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just highlight the line of code you want to go to and then select (from Debugger menu tab) Goto Statement - Shift+F12.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this way you can jump over sections of code. You have to be using the new design debugger - Setting -&amp;gt; ABAP Editor -&amp;gt; debugging -&amp;gt; New Debugger.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;not really a WDA specific question though! &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jul 2010 06:24:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/possible-to-skip-coding-in-debugger/m-p/7064073#M1503718</guid>
      <dc:creator>ChrisPaine</dc:creator>
      <dc:date>2010-07-08T06:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: Possible to skip coding in debugger?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/possible-to-skip-coding-in-debugger/m-p/7064074#M1503719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is possible to skip few stmts in the code while debugging. What you can do is, suppose you are at line 2 in the debugger and you want to skip line 3,4,5 and directly go to line 6. Keep the curosor at line 6 and in the menu choose &lt;STRONG&gt;Debugger -&amp;gt; Goto Statement&lt;/STRONG&gt;. THen the execution control goes to line 6 without executing line 3,4,5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srilatha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jul 2010 06:24:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/possible-to-skip-coding-in-debugger/m-p/7064074#M1503719</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-08T06:24:52Z</dc:date>
    </item>
    <item>
      <title>Re: Possible to skip coding in debugger?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/possible-to-skip-coding-in-debugger/m-p/7064075#M1503720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, I Guess you mean to skip the actual execution of code, Not unless there is a way to comment out the code in debugging. So the the Answer is &lt;STRONG&gt;'NO'&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jul 2010 16:03:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/possible-to-skip-coding-in-debugger/m-p/7064075#M1503720</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-08T16:03:50Z</dc:date>
    </item>
    <item>
      <title>Re: Possible to skip coding in debugger?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/possible-to-skip-coding-in-debugger/m-p/7064076#M1503721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ramesh Kumar Pampapathi, did you read the previous answer from Srilatha? who says &lt;STRONG&gt;yes&lt;/STRONG&gt; and explains how to do it (and he's right)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jul 2010 17:15:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/possible-to-skip-coding-in-debugger/m-p/7064076#M1503721</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2010-07-08T17:15:20Z</dc:date>
    </item>
    <item>
      <title>Re: Possible to skip coding in debugger?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/possible-to-skip-coding-in-debugger/m-p/7064077#M1503722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chris Paine:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Debugging --&amp;gt; Goto Statement option is also available in the old debugger.  We have it here in release 4.7&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.. Craig&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jul 2010 18:30:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/possible-to-skip-coding-in-debugger/m-p/7064077#M1503722</guid>
      <dc:creator>craig_scott2</dc:creator>
      <dc:date>2010-07-08T18:30:26Z</dc:date>
    </item>
    <item>
      <title>Re: Possible to skip coding in debugger?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/possible-to-skip-coding-in-debugger/m-p/7064078#M1503723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are two ways to look at this question&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) In debugging, developer wants to skip the lines of code and jump directly to the other lines.  Yes, this is possible as mentioned by everyone above. Saves a lot of time and less stress &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Ramesh says no to the fact that we cannot avoid the processing of any code in debugging. Which is also correct.&lt;/P&gt;&lt;P&gt;     Example this code snippet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;           l_variable1 = l_variable2 + l_variable3&lt;/P&gt;&lt;P&gt;           if l_variable1 GT 0.&lt;/P&gt;&lt;P&gt;            &lt;STRONG&gt;do some logic&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;           endif.&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;     During debugging, if i do not want l_variable1 to take the value of l_variable2+l_variable3. This cannot be avoided from &lt;/P&gt;&lt;P&gt;     happening.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jul 2010 22:05:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/possible-to-skip-coding-in-debugger/m-p/7064078#M1503723</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-08T22:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: Possible to skip coding in debugger?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/possible-to-skip-coding-in-debugger/m-p/7064079#M1503724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sandeep and Ramesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The point 2 can be done as mentioned by srilatha.&lt;/P&gt;&lt;P&gt;I tried it myself. It ignores the actual processing of the lines in between.&lt;/P&gt;&lt;P&gt;Try it yourself and see.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the answer is YES&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jul 2010 01:39:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/possible-to-skip-coding-in-debugger/m-p/7064079#M1503724</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-09T01:39:09Z</dc:date>
    </item>
  </channel>
</rss>

