wez Thu Jan 30 07:35:53 2003 EDT
Modified files:
/embed/php-irssi README
Log:
Add a note on debugging...
Index: embed/php-irssi/README
diff -u embed/php-irssi/README:1.5 embed/php-irssi/README:1.6
--- embed/php-irssi/README:1.5 Thu Jan 30 07:31:45 2003
+++ embed/php-irssi/README Thu Jan 30 07:35:52 2003
@@ -1,6 +1,6 @@
README
-----------------------------------------------------------------------
-$Id: README,v 1.5 2003/01/30 12:31:45 wez Exp $
+$Id: README,v 1.6 2003/01/30 12:35:52 wez Exp $
You need:
@@ -56,5 +56,15 @@
(you only need to "make install" the module from this point onwards, unless
you change part of irssi itself).
+
+
+Debugging:
+
+ gdb irssi
+ run -d -!
+
+ This will run irssi in "dumb" mode (no curses terminal stuff) and will not
+ auto connect or auto join. This is the easiest way to interact with it
+ and be able to get backtraces and interrupt etc.
vim:tw=78:et
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php