aboutsummaryrefslogtreecommitdiff
path: root/debug/targets.py
diff options
context:
space:
mode:
Diffstat (limited to 'debug/targets.py')
-rw-r--r--debug/targets.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/debug/targets.py b/debug/targets.py
index 5d7976b..b686b2a 100644
--- a/debug/targets.py
+++ b/debug/targets.py
@@ -82,6 +82,9 @@ class Target(object):
# When true it indicates that reading invalid memory doesn't return an error
invalid_memory_returns_zero = False
+ # Supports simultaneous resume through hasel.
+ support_hasel = True
+
# Internal variables:
directory = None
temporary_files = []