public DObjectValue(DEW.DebugScopedSymbol symb, PlainDbgEngBasedBacktrace backtrace)
            {
                this.Backtrace = backtrace;
                Symbol         = symb;

                /*var type = symb.TypeName.Replace('@','.');
                 * if (type.StartsWith("class"))
                 *      type = type.Substring(5);
                 * if (!string.IsNullOrWhiteSpace(type))
                 *      DType = DParser.ParseBasicType(type);*/
            }
			public DObjectValue(DEW.DebugScopedSymbol symb, PlainDbgEngBasedBacktrace backtrace)
			{
				this.Backtrace = backtrace;
				Symbol = symb;

				/*var type = symb.TypeName.Replace('@','.');
				if (type.StartsWith("class"))
					type = type.Substring(5);
				if (!string.IsNullOrWhiteSpace(type))
					DType = DParser.ParseBasicType(type);*/
			}