I am using CLIPS 6.4 IDE for debugging purposes. I started developing my expert system based on "salience" property of rules, to change rules priority.
I think that the best practice is to change this behaviors and move rules with different "salience" level to different named modules.
When I use "salience" I can easily debug my program by using IDE (i.e. reset, run and step buttons).
In "Fact Browser" it is possible to see all currently active facts, but when i use named modules I can see nothing (see picture below):
On the other hand "Agenda browser" works pretty good:
So debugging application without seeing currently active facts is troublesome, is it possible to fix it?
P.S.: I am running CLIPS IDE 6.4 on Windows 10 , x64 Thank you!