I have been working on DLV for a little while and when the program is big I find it difficult to follow the activation of rules. So I went to the manual and checked if there was something to allow me to do this.
The only thing I found was the front-end option -FP but I am not sure whether this is what I am looking for since the manual does not provide enough information in this respect. So, what I did what to run my program with this flag but I get the following error:
Background knowledge must not contain aggregates
The program runs without this flag and I cannot get rid of the aggregates. I also tried with a silly program but a different warning/error is prompted:
Warning: No plan length given. Plan length defaults to zero. No goal query has been specified.
Is this the right way of debugging DLV programs? Is there a way at all?
Thanks.