View Single Post
Old 05-16-2025, 07:51 AM   #8
thiago.eec
Wizard
thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.
 
Posts: 1,217
Karma: 1419583
Join Date: Dec 2016
Location: Goiânia - Brazil
Device: iPad, Kindle Paperwhite, Kindle Oasis
Quote:
Originally Posted by Comfy.n View Post
Hey thiago.ecc, thanks for the suggestion.
You're welcome!

Quote:
Originally Posted by Comfy.n View Post
What's the correct way to debug a portable instance, loading the settings and library from the portable install path?
I don't know if there is a better way, but this is how I did. I used a bat script with the following content and saved inside 'Calibre Portable\Calibre':
Code:
@echo off
set CALIBRE_CONFIG_DIRECTORY=..\Calibre Settings
D:
cd "D:\Calibre Portable\Calibre"
calibre-debug -g
thiago.eec is offline   Reply With Quote