Interface IDebugController

  • All Known Implementing Classes:
    DebugController

    public interface IDebugController
    • Method Detail

      • startDebugger

        boolean startDebugger​(JDebuggerPanel debuggerPanel,
                              java.lang.String adbHost,
                              int adbPort,
                              int androidVer)
      • run

        boolean run()
      • stepOver

        boolean stepOver()
      • stepInto

        boolean stepInto()
      • stepOut

        boolean stepOut()
      • pause

        boolean pause()
      • stop

        boolean stop()
      • exit

        boolean exit()
      • isSuspended

        boolean isSuspended()
      • isDebugging

        boolean isDebugging()
      • modifyRegValue

        boolean modifyRegValue​(JDebuggerPanel.ValueTreeNode node,
                               jadx.core.dex.instructions.args.ArgType type,
                               java.lang.Object val)
      • getProcessName

        java.lang.String getProcessName()