diff --git a/source2/Debug/Cosmos.Debug.Common/CDebugger/DebugSymbol.cs b/source2/Debug/Cosmos.Debug.Common/CDebugger/DebugSymbol.cs index e2d646f6a..06d47faf6 100644 --- a/source2/Debug/Cosmos.Debug.Common/CDebugger/DebugSymbol.cs +++ b/source2/Debug/Cosmos.Debug.Common/CDebugger/DebugSymbol.cs @@ -109,7 +109,7 @@ namespace Cosmos.Debug.Common.CDebugger } public static void ReadSymbolsListFromFile(List 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) {