<?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 ADT debugger doesn't show constant values in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/adt-debugger-doesn-t-show-constant-values/m-p/537099#M19792</link>
    <description>&lt;P&gt;When debugging, the ADT debugger won't show class constants, SE80 does. &lt;/P&gt;
  &lt;P&gt;NetWeaver 750 SP6 / ADT 2.80.3 on Oxygen, example:&lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;REPORT zadt_debug_no_constants.

CLASS lcl_test DEFINITION.
  PUBLIC SECTION.
    CONSTANTS t1 TYPE string VALUE `A`.
    DATA      t2 TYPE string VALUE `B`.
ENDCLASS.

CLASS lcl_test IMPLEMENTATION.
ENDCLASS.

DATA(test) = NEW lcl_test( ).
BREAK-POINT.
&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;In the SE80 debugger I see both data elements: &lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/67860-sapgui-debug.png" /&gt;&lt;/P&gt;
  &lt;P&gt;But in Eclipse the constant is missing:&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/67861-adt-debug.png" /&gt;&lt;/P&gt;
  &lt;P&gt;Has anyone else experienced this, is this a bug? Couldn't find any settings in ADT that would hide it.&lt;/P&gt;</description>
    <pubDate>Tue, 12 Sep 2017 12:25:19 GMT</pubDate>
    <dc:creator>pokrakam</dc:creator>
    <dc:date>2017-09-12T12:25:19Z</dc:date>
    <item>
      <title>ADT debugger doesn't show constant values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adt-debugger-doesn-t-show-constant-values/m-p/537099#M19792</link>
      <description>&lt;P&gt;When debugging, the ADT debugger won't show class constants, SE80 does. &lt;/P&gt;
  &lt;P&gt;NetWeaver 750 SP6 / ADT 2.80.3 on Oxygen, example:&lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;REPORT zadt_debug_no_constants.

CLASS lcl_test DEFINITION.
  PUBLIC SECTION.
    CONSTANTS t1 TYPE string VALUE `A`.
    DATA      t2 TYPE string VALUE `B`.
ENDCLASS.

CLASS lcl_test IMPLEMENTATION.
ENDCLASS.

DATA(test) = NEW lcl_test( ).
BREAK-POINT.
&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;In the SE80 debugger I see both data elements: &lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/67860-sapgui-debug.png" /&gt;&lt;/P&gt;
  &lt;P&gt;But in Eclipse the constant is missing:&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/67861-adt-debug.png" /&gt;&lt;/P&gt;
  &lt;P&gt;Has anyone else experienced this, is this a bug? Couldn't find any settings in ADT that would hide it.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Sep 2017 12:25:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adt-debugger-doesn-t-show-constant-values/m-p/537099#M19792</guid>
      <dc:creator>pokrakam</dc:creator>
      <dc:date>2017-09-12T12:25:19Z</dc:date>
    </item>
    <item>
      <title>Re: ADT debugger doesn't show constant values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adt-debugger-doesn-t-show-constant-values/m-p/537100#M19793</link>
      <description>&lt;P&gt;It's a feature!&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/66736-constants.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Sep 2017 13:58:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adt-debugger-doesn-t-show-constant-values/m-p/537100#M19793</guid>
      <dc:creator>fabianlupa</dc:creator>
      <dc:date>2017-09-12T13:58:26Z</dc:date>
    </item>
    <item>
      <title>Re: ADT debugger doesn't show constant values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adt-debugger-doesn-t-show-constant-values/m-p/537101#M19794</link>
      <description>&lt;P&gt;Yay! &lt;/P&gt;
  &lt;P&gt;On Oxygen that menu is cleverly hidden behind an unintuitive triangle icon that looks like it's part of the window functions.&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/67868-image.png" /&gt;&lt;/P&gt;
  &lt;P&gt;Would have been better if it were on by default, like SE80. &lt;BR /&gt;And no I'm not saying that because it cost me an hour's frustration because I *thought* my code wasn't working when it was &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Sep 2017 14:16:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adt-debugger-doesn-t-show-constant-values/m-p/537101#M19794</guid>
      <dc:creator>pokrakam</dc:creator>
      <dc:date>2017-09-12T14:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: ADT debugger doesn't show constant values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adt-debugger-doesn-t-show-constant-values/m-p/537102#M19795</link>
      <description>&lt;P&gt;Sent notification to product owner Thomas Fiedler.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Sep 2017 14:38:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adt-debugger-doesn-t-show-constant-values/m-p/537102#M19795</guid>
      <dc:creator>retired_member</dc:creator>
      <dc:date>2017-09-12T14:38:39Z</dc:date>
    </item>
    <item>
      <title>Re: ADT debugger doesn't show constant values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adt-debugger-doesn-t-show-constant-values/m-p/537103#M19796</link>
      <description>&lt;P&gt;For me personally I always disliked the display of constants in the (old new / SE80) debugger. Quite often I am debugging classes which "implement" a constants-interface with dozens of constants, so I need to scroll some pages to get to the variables I want to see. And it's not like their value is going to change at any point in time...&lt;/P&gt;
  &lt;P&gt;Also since they are constants in most cases the value &lt;EM&gt;shouldn't&lt;/EM&gt; matter much at all, because you always access it using the constant.&lt;/P&gt;
  &lt;P&gt;But to each their own &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; By the way, you also can see them when you hover over the reference variable in the source code in the debugger.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Sep 2017 15:18:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adt-debugger-doesn-t-show-constant-values/m-p/537103#M19796</guid>
      <dc:creator>fabianlupa</dc:creator>
      <dc:date>2017-09-12T15:18:56Z</dc:date>
    </item>
    <item>
      <title>Re: ADT debugger doesn't show constant values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adt-debugger-doesn-t-show-constant-values/m-p/537104#M19797</link>
      <description>&lt;P&gt;Understand, I guess that's why having it switchable makes sense. But as it was always there in SE80, I wouldn't expect them to disappear by default.&lt;/P&gt;
  &lt;P&gt;In my case I was casting an interface reference parameter back to it's implementing class, to try to read a constant that can vary by class (don't ask!). All dynamic - actually that's a topic for another question...&lt;/P&gt;
  &lt;P&gt;At first it didn't work due to an error on my part. But then when I fixed it and it still didn't appear, I set off down a false rabbit hole that was entirely due to this little 'feature'. It's only when I tried it in SE80 that I finally 'got it'. I did search through all the Eclipse config dialogs but found nothing.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Sep 2017 16:30:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adt-debugger-doesn-t-show-constant-values/m-p/537104#M19797</guid>
      <dc:creator>pokrakam</dc:creator>
      <dc:date>2017-09-12T16:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: ADT debugger doesn't show constant values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adt-debugger-doesn-t-show-constant-values/m-p/537105#M19798</link>
      <description>&lt;P&gt;You can use "at"-replies now: &lt;SPAN class="mention-scrubbed"&gt;thomasfiedler&lt;/SPAN&gt; &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Sep 2017 13:51:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adt-debugger-doesn-t-show-constant-values/m-p/537105#M19798</guid>
      <dc:creator>UweFetzer_se38</dc:creator>
      <dc:date>2017-09-15T13:51:45Z</dc:date>
    </item>
  </channel>
</rss>

