Skip to content
Snippets Groups Projects
Commit 67e263de authored by hjk's avatar hjk
Browse files

debugger: re-enable repeated extraction of current namespace

More stable. Needs deeper investigation for a proper solution.
parent b57dc4e6
No related branches found
No related tags found
No related merge requests found
...@@ -1012,7 +1012,8 @@ class Dumper: ...@@ -1012,7 +1012,8 @@ class Dumper:
self.useFancy = "fancy" in options self.useFancy = "fancy" in options
self.passExceptions = "pe" in options self.passExceptions = "pe" in options
self.autoDerefPointers = "autoderef" in options self.autoDerefPointers = "autoderef" in options
self.ns = qqNs #self.ns = qqNs
self.ns = qtNamespace()
#warn("NAMESPACE: '%s'" % self.ns) #warn("NAMESPACE: '%s'" % self.ns)
#warn("VARIABLES: %s" % varList) #warn("VARIABLES: %s" % varList)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment