Replies: 1 comment 1 reply
-
The call is not correct, but the documentation is probably not at all clear. As far as I can tell, the shop trace code was never fully completed, and I'm not sure it works properly on all the arguments it is advertised to. I think what you need to do is Also, one would like the traced tasks and operators to print information only for those specific items (because something like Having "break" and "trace" be distinct would be an improvement, as would be printing information only about some tasks, goals, methods, etc. |
Beta Was this translation helpful? Give feedback.
-
I cannot get
shop-trace
to work as I think the documentation says it should.For example, I have an operator
(:op (!!read-planner-params ?fname)
. This is what happensAccording to the manual, this should work, it is an instance of
(shop-trace <item>)
.But then I look at the code of
shop-trace-1
inio/debugging.lisp
, and, as far as I understand this code, it produces the error message correctly.Am I calling
shop-trace
incorrectly, or is the code incomplete?Beta Was this translation helpful? Give feedback.
All reactions