<?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 issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-issue/m-p/615328#M25489</link>
    <description>&lt;P&gt; you can even put the break point while debugging the code, But make sure to press "SAVE" button. when you call the transaction once again this break point will trigger&lt;/P&gt;</description>
    <pubDate>Thu, 12 Apr 2018 15:58:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2018-04-12T15:58:01Z</dc:date>
    <item>
      <title>Debugging issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-issue/m-p/615326#M25487</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;
  &lt;P&gt;Thank for your answer few days back i raised a question.&lt;/P&gt;
  &lt;P&gt;Now i have a another question. i'e when debugging a standard program, i want to put a debugger in some messages but i have to put a breakpoints in debugging mode. but it is not triggered in when i put break point. hoe to put break point in messages class. &lt;/P&gt;</description>
      <pubDate>Thu, 12 Apr 2018 14:38:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-issue/m-p/615326#M25487</guid>
      <dc:creator>former_member572496</dc:creator>
      <dc:date>2018-04-12T14:38:01Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-issue/m-p/615327#M25488</link>
      <description>&lt;P&gt;You can't put a break point in message class. But you could do a where used list of message and put break points at those lines.&lt;/P&gt;
  &lt;P&gt;when you execute the transaction it will stop any of the lines where you put break points.&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;Regards&lt;/P&gt;
  &lt;P&gt;Rajasrikanth&lt;/P&gt;</description>
      <pubDate>Thu, 12 Apr 2018 14:44:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-issue/m-p/615327#M25488</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-04-12T14:44:10Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-issue/m-p/615328#M25489</link>
      <description>&lt;P&gt; you can even put the break point while debugging the code, But make sure to press "SAVE" button. when you call the transaction once again this break point will trigger&lt;/P&gt;</description>
      <pubDate>Thu, 12 Apr 2018 15:58:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-issue/m-p/615328#M25489</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-04-12T15:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-issue/m-p/615329#M25490</link>
      <description>&lt;P&gt;Hi Sainath,&lt;/P&gt;
  &lt;P&gt;Below SAP link document which has an excellent sample.&lt;/P&gt;
  &lt;P&gt;&lt;A href="https://archive.sap.com/documents/docs/DOC-53035" target="test_blank"&gt;https://archive.sap.com/documents/docs/DOC-53035&lt;/A&gt;&lt;/P&gt;
  &lt;P&gt;Regards,&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Apr 2018 19:34:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-issue/m-p/615329#M25490</guid>
      <dc:creator>roberto_forti</dc:creator>
      <dc:date>2018-04-12T19:34:24Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-issue/m-p/615330#M25491</link>
      <description>&lt;P&gt; &lt;/P&gt;
  &lt;P&gt;Once you are in Debugging with /H, set the break point as below to stop at your required message. Hope screen shot explains.&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;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/126971-bknol.png" /&gt;&lt;/P&gt;
  &lt;P&gt;Thanks, &lt;BR /&gt;Santosh&lt;/P&gt;</description>
      <pubDate>Fri, 13 Apr 2018 15:15:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-issue/m-p/615330#M25491</guid>
      <dc:creator>SantoshKallem</dc:creator>
      <dc:date>2018-04-13T15:15:40Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-issue/m-p/615331#M25492</link>
      <description>&lt;P&gt;Hi Santosh,&lt;/P&gt;
  &lt;P&gt;Thank you for your feed back. What you said is exactly correct but i did same thing. But the break points are not triggerd.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Apr 2018 17:21:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-issue/m-p/615331#M25492</guid>
      <dc:creator>former_member572496</dc:creator>
      <dc:date>2018-04-13T17:21:06Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-issue/m-p/615332#M25493</link>
      <description>&lt;P&gt;If your other question ("few days back i raised a question") supports the current one, then add a hyperlink please &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 14 Apr 2018 06:48:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-issue/m-p/615332#M25493</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2018-04-14T06:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-issue/m-p/615333#M25494</link>
      <description>&lt;P&gt;Hi Santosh,&lt;/P&gt;
  &lt;P&gt;Thank you for your answer.What you said is absolute correct thank you for your suggestion.&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;Thanks,&lt;/P&gt;
  &lt;P&gt;sainath k&lt;/P&gt;</description>
      <pubDate>Mon, 16 Apr 2018 09:47:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-issue/m-p/615333#M25494</guid>
      <dc:creator>former_member572496</dc:creator>
      <dc:date>2018-04-16T09:47:45Z</dc:date>
    </item>
  </channel>
</rss>

