Quote:
Originally Posted by fab672000
@Idolse: thank you now I understand, these tools are binaries, I originally thought they would only be scripts that would setup the environment but it apparently does much more as it has python embedded.
Just being curious what calibre-debug does more for debug than calibre:
Does calibre-debug embeds debugger capabilities permitting to have breakpoints as an example, or is the debug version only permits to run unitary scripts facilities within the calibre env only ?
Anyone having successfully setup a PyDev w/calibre env for OS X ?
|
I believe the main difference is it just outputs more debug messages to the CLI.
Read here for pydev:
https://www.mobileread.com/forums/sho...ighlight=pydev
Personally I just use debug statements and check the calibre-debug output, and comment them out or delete them when I'm done.