Skip to content

Commit

Permalink
Named identifier for breakpoint source GUID, removed other unused GUID
Browse files Browse the repository at this point in the history
  • Loading branch information
WheretIB committed May 31, 2020
1 parent 5a9e017 commit 7a57f1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LuaDkmDebuggerComponent/RemoteComponent.vsdconfigxml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<DefineGuid Name="guidLuaRemoteDebuggerComponent" Value="1A5CBF53-315C-4E2C-A790-4042F9435EB7"/>
<DefineGuid Name="guidLuaMessageToRemote" Value="ED25F587-E107-4F94-9775-885BEC371006"/>
<DefineGuid Name="guidLuaRuntimeGuid" Value="A2D176A1-8907-483C-9B36-4544EF424967"/>
<DefineGuid Name="guidLuaSupportBreakpointHit" Value="F8B5C32C-126E-49EC-979E-3AE10F8321FA"/>

<ManagedComponent ComponentId="guidLuaRemoteDebuggerComponent" ComponentLevel="40500" AssemblyName="LuaDkmDebuggerComponent">
<Class Name="LuaDkmDebuggerComponent.RemoteComponent">
Expand All @@ -22,8 +23,7 @@

<InterfaceGroup>
<Filter>
<SourceId RequiredValue="3A5AA771-B853-43A7-8F0C-3088712605D8"/>
<SourceId RequiredValue="F8B5C32C-126E-49EC-979E-3AE10F8321FA"/>
<SourceId RequiredValue="guidLuaSupportBreakpointHit"/>
</Filter>
<Interface Name="IDkmRuntimeBreakpointReceived"/>
</InterfaceGroup>
Expand Down

0 comments on commit 7a57f1e

Please sign in to comment.