Skip to main content
johnrellis
Legend
March 17, 2012
Question

New version of Debugging Toolkit avoids serious LR 4 bug

  • March 17, 2012
  • 1 reply
  • 1279 views

I've released version 1.4 of the Debugging Toolkit, which works around an LrLogger bug introduced in LR 4.  If you've included Debug.lua in your plugin, and the plugin has an LrInitPlugin entry in its Info.lua, then you may see a "debug.log" file in the plugin folder that's capturing LR 4's internal debug logging (see this post).   If so, then very likely LR 4 performance is suffering seriously.  I highly recommend that you upgrade to the new Debug.lua as soon as possible.

This topic has been closed for replies.

1 reply

March 17, 2012

FYI, the link above says:

Download and Install

  1. Download debugging-toolkit.1.4.zip
  2. Unzip and read the section "Getting Started" in the file Debugging Toolkit.htm.

I'm not seeing this doc in the zipfile:

clvrmnky@thor:~/src $ unzip -l ~/Downloads/debugging-toolkit.1.4.zip 
Archive:  /Users/clvrmnky/Downloads/debugging-toolkit.1.4.zip
  Length      Date    Time    Name
---------  ---------- -----   ----
        0  03-16-2012 21:21   debugscript.lrdevplugin/
    66879  03-16-2012 21:08   debugscript.lrdevplugin/Debug.lua
    46511  01-13-2012 14:14   debugscript.lrdevplugin/Debugging Toolkit.htm
    11841  11-02-2010 21:50   debugscript.lrdevplugin/DebugScript.lua
      702  03-16-2012 21:14   debugscript.lrdevplugin/Info.lua
     9746  11-10-2010 19:00   debugscript.lrdevplugin/Require.lua
      970  10-16-2010 23:10   debugscript.lrdevplugin/strict.lua
---------                     -------
   136649                     7 files
johnrellis
Legend
March 17, 2012

Do you mean that you're not seeing "Debugging Toolkit.htm" in the zip file?  It so, that's the third line in your zip listing.   Or perhaps I'm misunderstanding?

March 17, 2012

Did I really just do that? For some reason both grep and the shell autocomplete failed me, so I didn't even bother to, you know, read the output of the command.