https://github.com/rocky/python3-trepan/blob/master/trepan/api.py#L244 isinstance(Trepan, Mdebugger.debugger_obj): wrong usage, should be : isinstance( Mdebugger.debugger_obj, Trepan):
https://github.com/rocky/python3-trepan/blob/master/trepan/api.py#L244
isinstance(Trepan, Mdebugger.debugger_obj):
wrong usage, should be :
isinstance( Mdebugger.debugger_obj, Trepan):