Seeing Column Filters applied in Context Transition - the Debugger #1544
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Hi @edhans
This brings up a dialog showing the table that's being iterated, which usually (but not always) contains the combination of columns that are being transitioned to column filters:
But you raise a good point - it would be super helpful if the debugger provided an easy way to see exactly which columns are filtered at any point while debugging (with or without a context transition). We'll consider how best to go about that. |
Beta Was this translation helpful? Give feedback.
-
|
Ahhh... I see that now. The magnifying glass isn't there unless you click on the number in the Row cell you are pointing to. Very helpful. Thanks. |
Beta Was this translation helpful? Give feedback.



Hi @edhans
While not exactly what you're asking for, you can inspect the row context(s) prior to the context transition by clicking on the magnifying glass that appears next to the row counter:
This brings up a dialog showing the table that's being iterated, which usually (but not always) contains the combination of columns that are being transitioned to column filters:
But you raise a good point - it would be super helpful if the debugger provided an easy way to see exactly which columns are filtered at any point while debugging (with or without a context transition). We'll consider how best to go about that.