Victor Porton
2017-10-30 11:26:26 UTC
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?
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?