Debugger: Fix regression introduced in 1d580bcf9f

Change-Id: Ia4a88aaae1e3b3e1a9c7ec3cd5b8a52d36edac4f
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
hjk
2013-04-11 17:43:50 +02:00
parent 13090b21d1
commit 4284693cd2

View File

@@ -79,10 +79,10 @@ def listOfLocals(varList):
#warn("BLOCK: %s " % block)
except RuntimeError, error:
warn("BLOCK IN FRAME NOT ACCESSIBLE: %s" % error)
return items
return []
except:
warn("BLOCK NOT ACCESSIBLE FOR UNKNOWN REASONS")
return items
return []
items = []
shadowed = {}