forked from qt-creator/qt-creator
debugger: pass pyton dumper exceptions only on request again
Change-Id: Ib834e3a7d3a051d330a46ff8a7e01514b95c26b7 Reviewed-on: http://codereview.qt.nokia.com/3269 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -913,7 +913,6 @@ class Dumper:
|
||||
|
||||
self.useFancy = "fancy" in options
|
||||
self.passExceptions = "pe" in options
|
||||
self.passExceptions = True
|
||||
self.autoDerefPointers = "autoderef" in options
|
||||
self.partialUpdate = "partial" in options
|
||||
self.tooltipOnly = "tooltiponly" in options
|
||||
|
Reference in New Issue
Block a user