summaryrefslogtreecommitdiffstats
path: root/src/uscxml/debug/Breakpoint.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uscxml/debug/Breakpoint.h')
-rw-r--r--src/uscxml/debug/Breakpoint.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/uscxml/debug/Breakpoint.h b/src/uscxml/debug/Breakpoint.h
index feaf221..a9d96f8 100644
--- a/src/uscxml/debug/Breakpoint.h
+++ b/src/uscxml/debug/Breakpoint.h
@@ -52,6 +52,7 @@ public:
subject = UNDEF_SUBJECT;
when = UNDEF_WHEN;
action = UNDEF_ACTION;
+ enabled = true;
}
Breakpoint(const Data& data);