Flex - Variables ignore static consts?
Is there a way to have the Variables view not show the static consts? When debugging events in Flex it quickly clutters the view, in this example there are 30+ consts, only a handful of actually useful variables.
Please sign in to leave a comment.
Hi Marc,
no there's no such feature yet in IntelliJ IDEA Flex debugger.You can add respective request: http://youtrack.jetbrains.net/
To speed up variable search just start typing variable name.
Done:
http://youtrack.jetbrains.net/issue/IDEA-66866
Thanks