Advertisement
jhalbrecht

Start GNUCash with debugging

May 3rd, 2019
845
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. rem # For OFX:
  2. rem https://wiki.gnucash.org/wiki/AqBanking#Debugging
  3. export AQOFX_LOG_COMM=1 # Warning: Will reveal passwords!
  4. export AQOFXCONNECT_LOGLEVEL=info
  5.  
  6. rem # Warning: Will reveal passwords!
  7. set AQOFX_LOG_COMM=1
  8. rem set AQOFXCONNECT_LOGLEVEL=info
  9. set AQOFXCONNECT_LOGLEVEL=debug
  10.  
  11. "C:\Program Files (x86)\gnucash\bin\gnucash.exe"
  12.  
  13. C:\Users\jeffa\Documents\GNUCash>"C:\Program Files (x86)\gnucash\bin\gnucash.exe"
  14. 3:2019/05/03 17-28-22:gwen(32392):C:/gcdev64/gnucash/releases/src/gwenhywfar-4.20.0/src/base/i18n.c:  120: No translation found for WIN32 locale [English_United States.1252]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement