forked from qt-creator/qt-creator
Debugger: Use a FilePathAspect for extra dumpers
Change-Id: Ideb779cc5ef0d679667b635efe8c1a2859c6e608 Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -106,7 +106,7 @@ public:
|
||||
Utils::BoolAspect useDebuggingHelpers;
|
||||
Utils::BoolAspect useCodeModel;
|
||||
Utils::BoolAspect showThreadNames;
|
||||
Utils::StringAspect extraDumperFile; // For loading a file. Recommended.
|
||||
Utils::FilePathAspect extraDumperFile; // For loading a file. Recommended.
|
||||
Utils::StringAspect extraDumperCommands; // To modify an existing setup.
|
||||
|
||||
Utils::BoolAspect showStdNamespace;
|
||||
|
||||
Reference in New Issue
Block a user