Changes between Version 9 and Version 10 of Doc/compiler/running


Ignore:
Timestamp:
Oct 3, 2008, 3:56:13 PM (16 years ago)
Author:
/C=IE/O=Grid-Ireland/OU=cs.tcd.ie/L=RA-TCD/CN=Stephen O. Childs
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/compiler/running

    v9 v10  
    8484
    8585The options can also be set using the "Window -> Preferences -> Java -> Installed JREs" panel. Select the JRE you want use, click edit and add the additional parameters in the "DefaultVM arguments" field.
     86
     87== Enabling Logging ==
     88From version 8, panc provides extensive logging facilities. These may be activated using the following options:
     89
     90{{{
     91 --logging=string
     92           Enable compiler logging; possible values are "all", "none", "include", "call", "task", and "memory". A log file must be specified with the --logfile option to capture the logging information.
     93
     94 --logfile=file
     95           Set the name of the file to use to store logging information.
     96}}}
     97
     98panc also includes scripts for interpreting logging information. These are documented at [source:panc/trunk/scripts].