Table of Contents

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

raw

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

echo

  • Usage: /debug echo <message>

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

  • Example: /debug echo Usage: /lastfm <your username>

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.

  • Example output: Line count: 100 | Buffer capacity: 100 | Maxed out? 1

javascript

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

 
debugging_commands.txt · Last modified: 2009/06/05 15:58 by jannis
 
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki