# HG changeset patch # User Matthew Wild # Date 1248663713 -3600 # Node ID ab43c18f9d31929741d5302b5eecc8d7ce58fdc9 # Parent 1d2cca116cce36c82bb328e5d02f8a2d5ee34e25 Update README to reflect --debug change diff -r 1d2cca116cce -r ab43c18f9d31 README --- a/README Mon Jul 27 04:01:10 2009 +0100 +++ b/README Mon Jul 27 04:01:53 2009 +0100 @@ -51,7 +51,7 @@ Due to the way Squish combines multiple scripts into one, sometimes when a squished script raises an error the traceback will be fairly unhelpful, and point to a line in the unreadable squished script. This is where the debug extension comes in! -#### --enable-debug +#### --debug This option includes some code into the squished file which will restore the filenames and line numbers in error messages and tracebacks. This option will increase the size of the output by no more than about 6KB, so may be very much worth it when squishing large tricky-to-debug applications and libraries.