mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-25 17:00:36 -09:00
GP-1558: fix for exceptions
This commit is contained in:
@@ -606,7 +606,7 @@ public class DbgManagerImpl implements DbgManager {
|
||||
handlerMap.putVoid(DbgBreakpointDeletedEvent.class, this::processBreakpointDeleted);
|
||||
|
||||
statusMap.put(DbgBreakpointEvent.class, DebugStatus.BREAK);
|
||||
statusMap.put(DbgExceptionEvent.class, DebugStatus.BREAK);
|
||||
statusMap.put(DbgExceptionEvent.class, DebugStatus.NO_CHANGE);
|
||||
statusMap.put(DbgProcessCreatedEvent.class, DebugStatus.BREAK);
|
||||
statusMap.put(DbgStateChangedEvent.class, DebugStatus.NO_CHANGE);
|
||||
statusMap.put(DbgStoppedEvent.class, DebugStatus.BREAK);
|
||||
|
||||
Reference in New Issue
Block a user