Skip to content

Commit

Permalink
DOC: fix typo in the debugging signal names
Browse files Browse the repository at this point in the history
  • Loading branch information
yut23 committed Jun 12, 2024
1 parent 13dc4fb commit 5bacc84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/developing/debugdrive.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ will induce the requested behavior.
SIGUSR1
This will cause the python code to print a stack trace, showing exactly
where in the function stack it is currently executing.
SIGUSR1
SIGUSR2
This will cause the python code to insert an IPython session wherever it
currently is, with all local variables in the local namespace. It should
allow you to change the state variables.
Expand Down

0 comments on commit 5bacc84

Please sign in to comment.