<?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 Debugging after right click menu selection in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-after-right-click-menu-selection/m-p/10650793#M1866335</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;I have a situation here i have to check the what is going after deleting project activity in cj20n transaction bu using RIGHT CLICK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i could not trigger the debugging session after right clicking &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to trigger debugging after right click menu appears ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please advice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sateesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Nov 2014 10:32:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-11-05T10:32:16Z</dc:date>
    <item>
      <title>Debugging after right click menu selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-after-right-click-menu-selection/m-p/10650793#M1866335</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;I have a situation here i have to check the what is going after deleting project activity in cj20n transaction bu using RIGHT CLICK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i could not trigger the debugging session after right clicking &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to trigger debugging after right click menu appears ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please advice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sateesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2014 10:32:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-after-right-click-menu-selection/m-p/10650793#M1866335</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-11-05T10:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging after right click menu selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-after-right-click-menu-selection/m-p/10650794#M1866336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Search on "&lt;/P&gt;&lt;H1&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/message/4527849#4527849"&gt;debug popup window".&lt;/A&gt;&lt;/H1&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2014 23:56:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-after-right-click-menu-selection/m-p/10650794#M1866336</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-11-06T23:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging after right click menu selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-after-right-click-menu-selection/m-p/10650795#M1866337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sateesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try this trick.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Enter /h in the command line and press enter key. &lt;/LI&gt;&lt;LI&gt;Once done right click the activity you need to delete and immediately the debugger starts. &lt;/LI&gt;&lt;LI&gt;Now just press F7. after you press f7 the normal screen appears and over there you just need to again right click the activity and click delete and this will automatically go to debugger.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Please try.&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;Naveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Nov 2014 00:09:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-after-right-click-menu-selection/m-p/10650795#M1866337</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-11-07T00:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging after right click menu selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-after-right-click-menu-selection/m-p/10650796#M1866338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naveen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After pressing F7 by default right click menu is displayed, but selecting on the menu doesn't trigger the break point. Could you please tell me what to do next ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Ravi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2015 04:19:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-after-right-click-menu-selection/m-p/10650796#M1866338</guid>
      <dc:creator>ravikiran_kongati</dc:creator>
      <dc:date>2015-10-27T04:19:48Z</dc:date>
    </item>
  </channel>
</rss>

