eric6/Debugger/DebugServer.py

changeset 8349
b43cf23955aa
parent 8243
cc717c2ae956
child 8400
b3eefd7e58d1
diff -r c823968b9602 -r b43cf23955aa eric6/Debugger/DebugServer.py
--- a/eric6/Debugger/DebugServer.py	Thu May 20 18:17:29 2021 +0200
+++ b/eric6/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