forked from qt-creator/qt-creator
Debugger: Enable exception hiding with LLDB
Closer to "production behaviour" Change-Id: Id72a667cdc44c5102b574db30b6e806ab1deba83 Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -1587,7 +1587,6 @@ class Dumper(DumperBase):
|
|||||||
self.useFancy = int(args['fancy'])
|
self.useFancy = int(args['fancy'])
|
||||||
if 'passexceptions' in args:
|
if 'passexceptions' in args:
|
||||||
self.passExceptions = int(args['passexceptions'])
|
self.passExceptions = int(args['passexceptions'])
|
||||||
self.passExceptions = True # FIXME
|
|
||||||
self.reportVariables(args)
|
self.reportVariables(args)
|
||||||
|
|
||||||
def disassemble(self, args):
|
def disassemble(self, args):
|
||||||
|
Reference in New Issue
Block a user