Class DebuggerCoordinates

java.lang.Object
ghidra.debug.api.tracemgr.DebuggerCoordinates

public class DebuggerCoordinates extends Object
  • Field Details

    • NOWHERE

      public static final DebuggerCoordinates NOWHERE
      Coordinates that indicate no trace is active in the Debugger UI.

      Typically, that only happens when no trace is open. Telling the trace manager to activate NOWHERE will cause it to instead activate the most recently active trace, which may very well be the current trace, resulting in no change. Internally, the trace manager will activate NOWHERE whenever the current trace is closed, effectively activating the most recent trace other than the one just closed.

  • Method Details