Quote:
Originally Posted by Quoth
How do I run Calibre in Debug mode on Linux?
|
Running "calibre-debug -g" in a terminal window starts calibre in debug mode with all the log messages showing up in that window. If calibre isn't on your path then you must either navigate to the right directory or prefix the command with the path. You could do calibre-debug -g > log.txt 2>&1 to have the logged info saved to a file.
Another way: you should be able to click on the down-arrow on the preferences tool and pick "Restart in debug mode", in which case after the restart and then quit the debug log will appear in a dialog.