On Wed, Mar 11, 2009 at 11:56 PM, Brendan Kidwell <sn...@glump.net> wrote:
> On Wed, Mar 11, 2009 at 2:29 PM, Dotan Cohen <dotanco...@gmail.com> wrote:
>>
>> Sure, how does one do that in Windows?
>
> I think you want to run:
>   cd /d [zim folder]
>   start-zim.cmd --debug
>
> start-zim.cmd passes command line arguments to wperl.exe and thence to zim.

That will not work because wperl runs without a terminal, so you never
get to see the debug output. What I did is copy "start-zim.cmd" to
"start-zim-debug.cmd", added the "--debug" switch in there and changed
the call to "wperl.exe" into a call to "perl.exe". That way it does
run with terminal output.

-- Jaap

_______________________________________________
Mailing list: https://launchpad.net/~zim-wiki
Post to     : zim-wiki@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zim-wiki
More help   : https://help.launchpad.net/ListHelp

Reply via email to