• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

Bug in FB 4.7 when setting verbose-stacktraces to True

New Here ,
Aug 22, 2014 Aug 22, 2014

Copy link to clipboard

Copied

Hello guys,

When setting the verbose-stacktraces to true without setting the debug parameter to true, it has no effect. When I get a stacktrace it doesn't include any line numbers as stated on the documentation. I'm currently using Flash Builder 4.7, Adobe Flex 4.6 and Air 4 SDK to develop my mobile application. Also, I'm using the compiler options: -locale en_US -swf-version=23 -verbose-stacktraces=true.


I need to be able to see the line numbers so I would really appreciate any help on this issue.


Regards,


Sebastian

Views

326

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Aug 22, 2014 Aug 22, 2014

Copy link to clipboard

Copied

LATEST

I also tried with replacing -verbose-stacktraces=true with -compiler.verbose-stacktraces=true as I've seen in some examples but nothing happens.

Next you have an example of a stacktrace missing the line numbers:

TypeError: Error #1009

        at components.visual::BaseECView/configureComponents()

        at views.home::Home/createChildren()

        at mx.core::UIComponent/initialize()

        at spark.components::View/initialize()

        at mx.core::UIComponent/http://www.adobe.com/2006/flex/mx/internal::childAdded()

        at mx.core::UIComponent/addChildAt()

        at spark.components::Group/addDisplayObjectToDisplayList()

        at spark.components::Group/http://www.adobe.com/2006/flex/mx/internal::elementAdded()

        at spark.components::Group/addElementAt()

        at spark.components::Group/addElement()

        at spark.components::SkinnableContainer/addElement()

        at spark.components::ViewNavigator/createViewInstance()

        at spark.components::ViewNavigator/commitNavigatorAction()

        at spark.components::ViewNavigator/commitProperties()

        at mx.core::UIComponent/validateProperties()

        at mx.managers::LayoutManager/validateProperties()

        at mx.managers::LayoutManager/doPhasedInstantiation()

        at mx.managers::LayoutManager/doPhasedInstantiationCallback()

        at flash.utils::Timer/tick()

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines