<?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: Problem with watchpoints in new abap debugger in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-watchpoints-in-new-abap-debugger/m-p/2319453#M509007</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am having the same problems with the additional conditions - does anyone know how to get this to work?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Apr 2008 09:59:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-08T09:59:35Z</dc:date>
    <item>
      <title>Problem with watchpoints in new abap debugger</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-watchpoints-in-new-abap-debugger/m-p/2319452#M509006</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;when using the new debugger to watch a value-parameter in a form, the debugger stops every time the value of the variable in the watchpoint is changed.&lt;/P&gt;&lt;P&gt;Even when there is an extra condition entered.&lt;/P&gt;&lt;P&gt;Is this a bug, or is it supposed to happen that way because the parameter is passed as a value rather than a reference?&lt;/P&gt;&lt;P&gt;This is a bit hard to explain, so here is a simple code sample demonstrating the behaviour : &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;  
REPORT ztestndeb.
data : test type string.
do 5 times.
  concatenate test 'A' into test.
  write : / test.
  perform valueparamform using test.
enddo.
*&amp;amp;---------------------------------------------------------------------*
*&amp;amp;      Form  valueparamform
*&amp;amp;---------------------------------------------------------------------*
*       text
*----------------------------------------------------------------------*
*      --&amp;gt;P_TEST  text
*----------------------------------------------------------------------*
form valueparamform  using    value(p_test).
* watchpoint for field p_TEST with condition p_TEST eq 'AAA' stops every time value of p_test changes                    
  write : 'Valueparameter : ', p_test.
endform.                    " valueparamform
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our sap version is : &lt;/P&gt;&lt;P&gt;sap version : SAP ECC 6.0&lt;/P&gt;&lt;P&gt;SAP_ABA        700       0011 SAPKA70011     &lt;/P&gt;&lt;P&gt;SAP_BASIS      700       0011 SAPKB70011&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2007 12:49:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-watchpoints-in-new-abap-debugger/m-p/2319452#M509006</guid>
      <dc:creator>dhorions</dc:creator>
      <dc:date>2007-05-23T12:49:52Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with watchpoints in new abap debugger</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-watchpoints-in-new-abap-debugger/m-p/2319453#M509007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am having the same problems with the additional conditions - does anyone know how to get this to work?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2008 09:59:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-watchpoints-in-new-abap-debugger/m-p/2319453#M509007</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-08T09:59:35Z</dc:date>
    </item>
  </channel>
</rss>

