Skip to content

application_log_files

Anobium edited this page Sep 5, 2021 · 2 revisions

Application Log files

PICKitPlus for PKCMD-LX, PKCMD-PI or PKCMD-PHAT create logs file that can bu used to aid issue resolution by the PICKitPlus development team.  

If you are asked to provide the log files please use one of the following methods:

  1. Make the logfile and/or dumpfile visible, you must remove the leading dot from its name.

    Open a terminal and type:
    
    mv ~/.pkcmd-lx.log ~/pkcmd-lx.log
    mv ~/.pkcmd-lx.dump ~/pkcmd-lx.dump
    
  2. Use cp to copy the file rather than moving (renaming).

    cp ~/.pkcmd-lx.log .pkcmd-lx.log
    cp ~/.pkcmd-lx.dump .pkcmd-lx.dump
    

Then, when requested by the PICKitPlus development team send these log files.

Clone this wiki locally