Skip to content

Commit

Permalink
Merge pull request #4923 from yut23/fix-debugdrive-typo
Browse files Browse the repository at this point in the history
DOC: fix typo in the debugging signal names
  • Loading branch information
neutrinoceros committed Jun 13, 2024
2 parents 13dc4fb + 5bacc84 commit 910378f
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 910378f

Please sign in to comment.