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:
Friedemann Kleint
2011-01-06 12:53:54 +01:00
parent 90a1e723c4
commit ebec516e66
7 changed files with 211 additions and 87 deletions

View File

@@ -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()) {