Description
This addon makes developping addons for Rift just a little bit easier. It catches error messages and shows them in a window. Also errors are stored and can be reviewed in the order of their occurance.
In addition it comes with a handy logging library. You can include that library in your addons and use nkDebug instead of the chat window to log out variables, status messages, error messages, etc. See my blog for details on how to use the logging in your addon.
Part of the logging library is also a handy tool to measure the time between two points in your code. This can help you identify code affecting performance much easier
The window can be moved around and collapsed. The position of the window is saved between sessions.
Bug reporting
Please report bug or feature request either through the tools available on this site or by sending me an email at nkaddons@gmail.com.


