diff --git a/src/plugins/debugger/cdb/cdboptions.cpp b/src/plugins/debugger/cdb/cdboptions.cpp
index 55c6699fabebcae2a5ed56af743fbbcc2d46fb65..86eb49d34da98c99fe132627c8b31b2702fa3102 100644
--- a/src/plugins/debugger/cdb/cdboptions.cpp
+++ b/src/plugins/debugger/cdb/cdboptions.cpp
@@ -38,7 +38,7 @@ static const char *enabledKeyC = "Enabled";
 static const char *pathKeyC = "Path";
 static const char *symbolPathsKeyC = "SymbolPaths";
 static const char *sourcePathsKeyC = "SourcePaths";
-static const char *verboseSymbolLoadingKeyC = "SymbolPaths";
+static const char *verboseSymbolLoadingKeyC = "VerboseSymbolLoading";
 
 namespace Debugger {
 namespace Internal {