v3.3.3
-
Fixed tracer still being active for other threads after it was stopped.
Python unfortunately only allows removing the trace function for the current thread - now
hunter.tracer.Tracer
will uninstall itself if it's marked as stopped.This fixes bogus errors that appear when using
ipdb
with thehunter.actions.Debugger
action while thread support is enabled (the default).