Package com.luciad.lucy.addons.debug
package com.luciad.lucy.addons.debug
Provides an add-on which adds some debugging functionality to Lucy. Its behavior and API can change in any version.
This add-on only works if the system property 'lucy.debug' is set to true, so specify this on the
command line: -Dlucy.debug=true
. It has no effect otherwise. This allows to
conveniently switch it on and off, without making any changes to your project files.
- Since:
- 11.0