View Single Post
Old 03-23-2015, 09:10 PM   #2
eschwartz
Ex-Helpdesk Junkie
eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.
 
eschwartz's Avatar
 
Posts: 19,421
Karma: 85400180
Join Date: Nov 2012
Location: The Beaten Path, USA, Roundworld, This Side of Infinity
Device: Kindle Touch fw5.3.7 (Wifi only)
Just run calibre via "calibre-debug -g" to get debug output.

Alternatively, run "calibre-debug" to get an interactive python console that can access calibre's code. You cannot simply add the calibre source code, you need it to be properly installed which is difficult as it is a binary install. That is why calibre includes its own python console.

On linux, you can do a source install (for instance the repo packages) -- that would allow you to run bog-standard python debugging tools which can call on all of calibre's code.
eschwartz is offline   Reply With Quote