diff --git a/unittest/python/test_dcm_estimator.py b/unittest/python/test_dcm_estimator.py
index 369da4f4693eaa4b648725203dd28aaacd734327..fe59fbe51c25814a81e7060c2e14476aba75ad28 100644
--- a/unittest/python/test_dcm_estimator.py
+++ b/unittest/python/test_dcm_estimator.py
@@ -31,3 +31,5 @@ dcm_estimator.c.recompute(1)
 dcm_estimator.dc.recompute(1)
 print "CoM position value: {0}".format(dcm_estimator.c.value)
 print "CoM velocity value: {0}".format(dcm_estimator.dc.value)
+
+embed()
\ No newline at end of file