Menu

EPIC Perl Debug: Variables' popup menu does not contain most of expected items

Help
MichaelG
2014-08-20
2014-08-20
  • MichaelG

    MichaelG - 2014-08-20

    Hi there,
    My EPIC debugger works fine and Variables view contains local (lexical, defined by "my") variables.
    Problems:
    1. the view's popup menu contains these items only: Select All, Copy Variables, Find, Change Value
    2. No Global, Internal variables and other items described in User's guide appears.

    The environment
    Windows 7;

    Debug Console output: Perl and PadWalker:
    DB<1> printf $DB::OUT "%vd", $^V;
    5.16.3
    DB<2> print $DB::OUT eval { require PadWalker; PadWalker->VERSION(0.08) }
    1.98

    Eclipse Version: Luna Release (4.4.0)
    EPIC version 0.6.55

    What could be a reason of the limitation?

    thanks for your attention

     
    • Jan Ploski

      Jan Ploski - 2014-08-20

      You are looking at the right-click context menu instead of at the popup displayed when you click the "down arrow" symbol in the right upper corner of the view.

       
      • MichaelG

        MichaelG - 2014-08-20

        I just did not get familiar with that new UI point:)
        It's alright now, just in time, thanks a lot!

         

Log in to post a comment.