IncQueryLabs / smarthome-cep-demonstrator

Eclipse Public License 1.0
5 stars 1 forks source link

Investigate drools debugger #2

Open dandrid opened 7 years ago

dandrid commented 7 years ago

Investigate the option, of using Drools debugger with eclipse.

istvanrath commented 7 years ago

According to the Drools documentation, Using the Drools Debugger relies on the "Run as ... Drools Application" run configuration.

The code for this is found at the following locations:

This seems to suggest that the configurations are derived from the Java application base class, i.e. probably no OSGi support out of the box. However it could be added, by reusing this code.