[tex-live] install-tl vs win7 64-bit

Siep Kroonenberg siepo at cybercomm.nl
Sun Oct 21 18:22:11 CEST 2012


On Sun, Oct 21, 2012 at 10:43:23AM +0000, Lars Madsen wrote:
> Never having worked with a debugger, how do we do that under windows?
> 
> /Lars Madsen

Perl has a built-in debugger: just add -d to the Perl command-line:

perl "%~dpn0" %*

or

perl -d "%~dpn0install-tl" %*

if the batchfile got a new name.

In the debugger, type the letter h for help. Or go to
http://perldoc.perl.org/perldebug.html

Warning: I never got far debugging GUI programs this way.

-- 
Siep Kroonenberg


More information about the tex-live mailing list