diff --git a/doc/Debugging.htm b/doc/Debugging.htm
index 544c4fd..104ef31 100644
--- a/doc/Debugging.htm
+++ b/doc/Debugging.htm
@@ -106,6 +106,13 @@ is resolved automatically (RESTART-QT-EVENTS would block the REPL i
(setf eql:*qtpl* t ; same as -qtpl
eql:*break-on-errors* t)
+
+ For running ECL / EQL through gdb (debugger), put this in your ~/.gdbinit file:
+
+ + handle SIGPWR nostop noprint + handle SIGXCPU nostop noprint +
You may find
(qproperties object &optional (depth 1))