eric7/Debugger/DebugServer.py

branch
eric7
changeset 8363
e0890180e16a
parent 8358
144a6b854f70
child 8637
394377638256
--- a/eric7/Debugger/DebugServer.py	Sun May 23 11:55:39 2021 +0200
+++ b/eric7/Debugger/DebugServer.py	Fri May 21 18:04:01 2021 +0200
@@ -1743,8 +1743,8 @@
         """
         Public method to process the client variables info.
         
-        @param scope scope of the variables (-1 = empty global, 1 = global,
-            0 = local)
+        @param scope scope of the variables
+            (-2 = no frame found, -1 = empty locals, 1 = global, 0 = local)
         @type int
         @param variables the list of variables from the client
         @type list

eric ide

mercurial