Watch Variables

Jupyter Lab debugger allows you to view all of the Global or all of the Local variables while stepping through code. Is there any mechanism for selecting only variables of interest, while hiding all others?

Mike

I don’t know if it helps much, but you can go to the Settings menu β†’ Advanced Settings Editor β†’ Debugger and then adjust the variableFilters setting in the User Preferences (right panel) to you liking.

debugger settings

It looks for exact matches, but if anyone wants to make it work as a regular-expression filter, this would be a good idea (happy to help with this one).

1 Like