[Flex] Any way to configure debugger not to show static fields?
Hi,
Is there any way to configure Flex debugger not to show static fields? They are usually not relevant but can introduce significant noise, for example when looking at events.
Cheers,
Mateusz
Please sign in to leave a comment.
There's no such option. But IDEA 11 places inherited members under separate node and also shows icons that represent variable scope and visibility, so it may help to reduce noise. Try IDEA 11 Beta: http://confluence.jetbrains.net/display/IDEADEV/IDEA+11+EAP
Thanks. Still, it would be great to be able to filter static out from that view.
In this case http://youtrack.jetbrains.net/issue/IDEA-66866 should not be closed I believe?
This request is fixed indeed: static and instance fields and properties are sorted in variables view.