<?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: Debug watchpoint for subroutine form in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-watchpoint-for-subroutine-form/m-p/5129561#M1189200</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah. I do that most of the time. Sometimes I have to turn on System debuging and Update debugging. &lt;/P&gt;&lt;P&gt;What I wanted to see was, if I forget to turn those on, can I set a watch point for a given form name. &lt;/P&gt;&lt;P&gt;There's a structure called ABDBG that you can see if you click the CALLS button. But, setting a Watchpoint for it doesn't work. &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Jan 2009 15:42:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-01-21T15:42:57Z</dc:date>
    <item>
      <title>Debug watchpoint for subroutine form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-watchpoint-for-subroutine-form/m-p/5129557#M1189196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a way to set a debug watchpoint for a particular subroutine form?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried using ABDBG-LEVENT but that didn't work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2009 15:24:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-watchpoint-for-subroutine-form/m-p/5129557#M1189196</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-21T15:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: Debug watchpoint for subroutine form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-watchpoint-for-subroutine-form/m-p/5129558#M1189197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can set a break-point for a particular form in a particular program. Is that what you are looking for?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2009 15:26:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-watchpoint-for-subroutine-form/m-p/5129558#M1189197</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-21T15:26:29Z</dc:date>
    </item>
    <item>
      <title>Re: Debug watchpoint for subroutine form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-watchpoint-for-subroutine-form/m-p/5129559#M1189198</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;You can use BREAK &amp;lt;username&amp;gt; stmt at the point where you want to debug.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2009 15:27:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-watchpoint-for-subroutine-form/m-p/5129559#M1189198</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2009-01-21T15:27:19Z</dc:date>
    </item>
    <item>
      <title>Re: Debug watchpoint for subroutine form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-watchpoint-for-subroutine-form/m-p/5129560#M1189199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Execute the program in dbug mode (  /h ) .&lt;/P&gt;&lt;P&gt;Once you are in the debug mode ,  Click on option 'Breakpoint' ,&lt;/P&gt;&lt;P&gt;then select  option -&amp;gt; "Break Point At " --&amp;gt; Subroutine .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This way you would be able to set a breakpoint for a subroutine / form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Hope this is helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2009 15:29:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-watchpoint-for-subroutine-form/m-p/5129560#M1189199</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-21T15:29:07Z</dc:date>
    </item>
    <item>
      <title>Re: Debug watchpoint for subroutine form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-watchpoint-for-subroutine-form/m-p/5129561#M1189200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah. I do that most of the time. Sometimes I have to turn on System debuging and Update debugging. &lt;/P&gt;&lt;P&gt;What I wanted to see was, if I forget to turn those on, can I set a watch point for a given form name. &lt;/P&gt;&lt;P&gt;There's a structure called ABDBG that you can see if you click the CALLS button. But, setting a Watchpoint for it doesn't work. &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2009 15:42:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-watchpoint-for-subroutine-form/m-p/5129561#M1189200</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-21T15:42:57Z</dc:date>
    </item>
  </channel>
</rss>

