Debug engine GUID fixes.

This commit is contained in:
José Pedro 2017-12-22 01:28:00 +00:00
parent 8533f41384
commit 562bb32e97
No known key found for this signature in database
GPG key ID: B8247B9301707B83
2 changed files with 4 additions and 4 deletions

View file

@ -34,7 +34,7 @@ namespace Cosmos.VS.DebugEngine.AD7.Impl
internal AD7Process mProcess;
// A unique identifier for the program being debugged.
Guid mProgramID;
public static readonly Guid EngineID = new Guid("{fa1da3a6-66ff-4c65-b077-e65f7164ef83}");
public static readonly Guid EngineID = new Guid("fa1da3a6-66ff-4c65-b077-e65f7164ef83");
internal AD7Module mModule;
internal AD7Thread mThread;
private AD7ProgramNode mProgNode;

View file

@ -12,7 +12,7 @@
[$RootKey$\Menus]
"{a82b45e9-2a89-43bd-925d-c7f0edd212aa}"=", Menus.ctmenu, 1"
[$RootKey$\AD7Metrics\Engine\{FA1DA3A6-66FF-4C65-B077-E65F7164EF83}]
[$RootKey$\AD7Metrics\Engine\{fa1da3a6-66ff-4c65-b077-e65f7164ef83}]
@="Cosmos Debug Engine"
; "AddressBP"=dword:00000001
"AlwaysLoadLocal"=dword:00000001
@ -29,10 +29,10 @@
"Name"="Cosmos Debug"
"SetNextStatement"=dword:00000001
; "SuspendThread"=dword:00000001
"CLSID"="{f129e39e-168e-4cbc-a966-90988ebda375}"
"CLSID"="{dc8503ab-7ee6-456c-a209-66c690d9f6f4}"
"GlobalVisualizersDirectory"="$PackageFolder$"
[$RootKey$\CLSID\{f129e39e-168e-4cbc-a966-90988ebda375}]
[$RootKey$\CLSID\{dc8503ab-7ee6-456c-a209-66c690d9f6f4}]
"Assembly"="Cosmos.VS.DebugEngine"
"Class"="Cosmos.VS.DebugEngine.AD7.Impl.AD7Engine"
"InprocServer32"="$WinDir$\SYSTEM32\MSCOREE.DLL"