diff -r 06699e5600a3 -r a415cb83dafb src/eric7/Documentation/Source/eric7.DebugClients.Python.DebugClientBase.html --- a/src/eric7/Documentation/Source/eric7.DebugClients.Python.DebugClientBase.html Mon Oct 10 09:25:29 2022 +0200 +++ b/src/eric7/Documentation/Source/eric7.DebugClients.Python.DebugClientBase.html Tue Oct 11 13:01:02 2022 +0200 @@ -429,8 +429,8 @@ <dd> 1 to filter using the globals filter, 0 using the locals filter. - Variables are only added to the list, if their name do not match - any of the filter expressions. + Variables are only added to the list, if their access path does not match + any of the filter expressions and the 'show/no show' indication. </dd> <dt><i>filterList</i> (list of str (optional))</dt> <dd> @@ -440,7 +440,8 @@ </dd> <dt><i>var</i> (list of str and int (optional))</dt> <dd> -list encoded name of the requested variable (defaults to None) +list encoded name of the requested variable (access path) (defaults + to None) </dd> </dl> <dl>