Uploaded image for project: 'Apache Flex'
  1. Apache Flex
  2. FLEX-24529

fdb debugger is not evaluating expressions properly when connected to a 64bit debugging player on linux (using nswrapper)

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • Adobe Flex SDK 4.1 (Release)
    • None
    • FDB - Debugger
    • None
    • Affected OS(s): Linux
      Affected OS(s):
      Language Found: English

    Description

      Steps to reproduce:
      1. create a project containing a method similar to this:
      public function test() : void

      { var x:Object = new Object; x.inner = new Object(); var breakPointLine: Object = new Object(); }

      2. compile and run inside a 64bit debugging player on linux (use a nswrapper enabled debug player).
      3. Put a breakpoint at the line
      var breakPointLine: Object = new Object();
      3. when the debugger stops at the line try to print x.inner

      Actual Results:
      no such variable

      Expected Results:
      show an actual object description

      Workaround (if any):
      the attached patch should be applied to the flex.tools.debugger.cli.ExpressionContext class.

      Attachments

        Activity

          People

            adobejira Adobe JIRA
            adobejira Adobe JIRA
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: