mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-24 12:35:31 +00:00
Disabled some code till the 2008 removal check in is completed.
This commit is contained in:
parent
801119111b
commit
bf266a11c4
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ namespace Cosmos.Debug.Common.CDebugger
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void ReadSymbolsListFromFile(List<MLDebugSymbol> aSymbols, string aFile) {
|
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();
|
var xDS = new SymbolsDS();
|
||||||
xDS.ReadXml(aFile);
|
xDS.ReadXml(aFile);
|
||||||
foreach (SymbolsDS.EntryRow x in xDS.Entry.Rows) {
|
foreach (SymbolsDS.EntryRow x in xDS.Entry.Rows) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue