forked from qt-creator/qt-creator
Debugge[New CDB]: Refine Symbol qualification for containers.
Resolve all types and always use current module for templates. Fixes to pointer handling. Make verbose switchable.
This commit is contained in:
@@ -338,7 +338,6 @@ static std::string commmandLocals(ExtensionCommandContext &exc,PCSTR args, int *
|
||||
break;
|
||||
case 'v':
|
||||
SymbolGroupValue::verbose++;
|
||||
tokens.pop_front();
|
||||
break;
|
||||
case 'e':
|
||||
if (tokens.empty()) {
|
||||
|
||||
Reference in New Issue
Block a user