Quote:
Originally Posted by Comfy.n
Hey thiago.ecc, thanks for the suggestion. 
|
You're welcome!
Quote:
Originally Posted by Comfy.n
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