[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

0
4 comments

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

0
Avatar
Permanently deleted user

Thanks. Still, it would be great to be able to filter static out from that view.

0
Avatar
Permanently deleted user

In this case http://youtrack.jetbrains.net/issue/IDEA-66866 should not be closed I believe?

0

This request is fixed indeed: static and instance fields and properties are sorted in variables view.

0

Please sign in to leave a comment.