mirror of
https://gitlab.com/eql/EQL5.git
synced 2025-12-26 03:42:03 -08:00
add info for running EQL through gdb
This commit is contained in:
parent
b4f4aef416
commit
b5654340e6
1 changed files with 7 additions and 0 deletions
|
|
@ -106,6 +106,13 @@ is resolved automatically (<code>RESTART-QT-EVENTS</code> would block the REPL i
|
|||
(setf eql:*qtpl* t ; same as -qtpl
|
||||
eql:*break-on-errors* t)
|
||||
</pre>
|
||||
<br><br>
|
||||
For running ECL / EQL through <code>gdb</code> (debugger), put this in your <code>~/.gdbinit</code> file:
|
||||
<pre>
|
||||
|
||||
handle SIGPWR nostop noprint
|
||||
handle SIGXCPU nostop noprint
|
||||
</pre>
|
||||
<br>
|
||||
<p>You may find</p>
|
||||
<pre> (qproperties object &optional (depth 1))</pre>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue