Skip to content

Commit

Permalink
GP-0: Fix DebuggerBreakpointsPlugin dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
nsadeveloper789 committed May 21, 2024
1 parent 87131b4 commit c8d90c1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
import ghidra.app.plugin.core.debug.DebuggerPluginPackage;
import ghidra.app.plugin.core.debug.event.*;
import ghidra.app.services.DebuggerLogicalBreakpointService;
import ghidra.app.services.DebuggerTraceManagerService;
import ghidra.framework.plugintool.*;
import ghidra.framework.plugintool.util.PluginStatus;

Expand All @@ -31,6 +32,7 @@
status = PluginStatus.RELEASED,
servicesRequired = {
DebuggerLogicalBreakpointService.class,
DebuggerTraceManagerService.class,
},
eventsConsumed = {
TraceOpenedPluginEvent.class,
Expand Down

0 comments on commit c8d90c1

Please sign in to comment.