1999-01-20 00:02:12 -06:00
|
|
|
# You can debug gnucash by running gdb as "gdb -x gnucash.gdb-cmds"
|
|
|
|
# and then executing "run-gnucash somefile".
|
1999-02-01 23:05:31 -06:00
|
|
|
#
|
|
|
|
# Secrets: gdb requires that parens be escaped as well as quotes ...
|
1999-01-20 00:02:12 -06:00
|
|
|
|
1999-05-29 18:46:49 -05:00
|
|
|
THESE ARE BROKEN We need a new strategy that handles the GNC_ envt vars.
|
|
|
|
|
1999-01-20 00:02:12 -06:00
|
|
|
file gnucash.bin
|
|
|
|
|
|
|
|
define run-gnucash
|
|
|
|
set args --debug \
|
|
|
|
--startup-dir ./share/scm/startup \
|
|
|
|
--share-dir ./share \
|
|
|
|
--config-dir ./etc \
|
1999-02-01 23:05:31 -06:00
|
|
|
--load-path \(\"\(./share/scm\)\"\) \
|
|
|
|
--doc-path \(\"\(./Docs\)\"\"\(./Reports\)\"\) \
|
|
|
|
$arg0
|
1999-01-20 00:02:12 -06:00
|
|
|
run
|
|
|
|
end
|