Table of Contents

This page lists commands you can use for debugging, typically invoked using /debug <command>.

Debug

raw

Logs all raw IRC traffic Linkinus sends or receives to console.log. You can view it e. g. with Console.app.

echo

Displays the given message in the current channel, query or console, but does not send it. Especially useful for script status messages.

html

Shows a webkit-style web inspector in the currently active window. Useful for debugging styles.

buffer

Displays information about the current window's scrollback buffer: the number of lines it shows, how high the scrollback preference is set, and if the buffer is full.

javascript

Shows the same inspector as /debug html does, which can also be used for debugging JavaScript in styles.

Other

starting with Linkinus 2.2 two scripts have been bundled with it that allow you to do further debugging.

lnkdebug

lnkmem