1CALIBRE-DEBUG(1) calibre CALIBRE-DEBUG(1)
2
3
4
6 calibre-debug - part of calibre
7
9 calibre-debug [options]
10
12 Run an embedded python interpreter.
13
14 Whenever you pass arguments to calibre-debug that have spaces in them,
15 enclose the arguments in quotation marks.
16
18 --version
19 show program's version number and exit
20
21 -h, --help
22 show this help message and exit
23
24 -c, --command
25 Run python code.
26
27 -e, --exec-file
28 Run the python code in file.
29
30 -d, --debug-device-driver
31 Debug the specified device driver.
32
33 -g, --gui
34 Run the GUI
35
36 --gui-debug
37 Run the GUI with a debug console, logging to the specified path
38
39 --show-gui-debug
40 Display the specified log file.
41
42 -w, --viewer
43 Run the ebook viewer
44
45 --paths
46 Output the paths necessary to setup the calibre environment
47
48 --migrate
49 Migrate old database. Needs two arguments. Path to library1.db
50 and path to new library folder.
51
52 --add-simple-plugin
53 Add a simple plugin (i.e. a plugin that consists of only a .py
54 file), by specifying the path to the py file containing the
55 plugin code.
56
57 --reinitialize-db
58 Re-initialize the sqlite calibre database at the specified path.
59 Useful to recover from db corruption. You can also specify the
60 path to an SQL dump which will be used instead of trying to dump
61 the database. This can be useful when dumping fails, but dumping
62 with sqlite3 works.
63
64 -p, --py-console
65 Run python console
66
68 The User Manual is available at http://calibre-ebook.com/user_manual
69
70 Created by Kovid Goyal <kovid@kovidgoyal.net>
71
72
73
74calibre-debug (calibre 0.7.38) March 2011 CALIBRE-DEBUG(1)