]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/tools/walker/walker.factor
Merge branch 'trace_tool' of git://factorcode.org/git/factor into trace_tool
[factor.git] / basis / tools / walker / walker.factor
index a1f18df57af6c5de52de2dc8243b6f0420e0c92e..72d7cd81cd0d3f96794a48f23a465ff4e8d69152 100644 (file)
@@ -43,6 +43,18 @@ break-hook [
     ]
 ] initialize
 
+<< {
+    (step-into-quot)
+    (step-into-dip)
+    (step-into-2dip)
+    (step-into-3dip)
+    (step-into-if)
+    (step-into-dispatch)
+    (step-into-execute)
+    (step-into-continuation)
+    (step-into-call-next-method)
+} [ t "no-compile" set-word-prop ] each >>
+
 ! Messages sent to walker thread
 SYMBOL: step
 SYMBOL: step-out