Disabled some code till the 2008 removal check in is completed.

This commit is contained in:
kudzu_cp 2010-09-04 19:37:18 +00:00
parent 801119111b
commit bf266a11c4

View file

@ -109,7 +109,7 @@ namespace Cosmos.Debug.Common.CDebugger
}
public static void ReadSymbolsListFromFile(List<MLDebugSymbol> aSymbols, string aFile) {
OpenCPDB(Path.ChangeExtension(aFile, ".cpdb"), false);
//OpenCPDB(Path.ChangeExtension(aFile, ".cpdb"), false);
var xDS = new SymbolsDS();
xDS.ReadXml(aFile);
foreach (SymbolsDS.EntryRow x in xDS.Entry.Rows) {