rocky/python3-trepan

error when debug stop

WoolenWang opened this issue · 0 comments

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):