View Single Post
Old 03-24-2015, 03:18 AM   #3
huang5307
Junior Member
huang5307 began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Mar 2015
Device: Kindle Paper White 2
Quote:
Originally Posted by eschwartz View Post
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.
actually, I try to do this is because I want to develop a recipe to handle soem web need username / password to access. Do you have any suggested documents for study.
huang5307 is offline   Reply With Quote