What is the best way to debug a program which uses some data files, while the program is not yet installed?
For example I have data/classes.ttl to be installed into /usr/local/share/boiler/classes.ttl How can I make my program to use this classes.ttl while it is not yet installed? Maybe, I should lookup in current directory? But that's insecure. Maybe I should lookup in current directory only in maintainer mode?