Hi All,

I have one doubt that is : When i compiling a sample HelloWorld Drools
program it is printing output like :
Hello World
Goodbye cruel world

and i added a simple rule like :  
 rule "test"
    when
        eval(true)
    then
        System.out.println( "Hello!!!" );
end 

When i compile the output is :
Hello!!!
Hello World
Goodbye cruel world

But when i debug it is showing output like:
Hello World
Goodbye cruel world
Hello!!!

Can anybody help me how to get the same output when i debug also...

Regards,
Veera


--
View this message in context: 
http://drools.46999.n3.nabble.com/Drools-Debugging-tp3728574p3728574.html
Sent from the Drools: User forum mailing list archive at Nabble.com.
_______________________________________________
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users

Reply via email to