Commit 91496a09 authored by Drew Blessing's avatar Drew Blessing

Add gdb detach instructions

parent e9bb895b
......@@ -150,6 +150,14 @@ To output a backtrace from all threads at once:
apply all thread bt
```
Once you're done debugging with `gdb`, be sure to detach from the process and
exit:
```
detach
exit
```
## Check for blocking queries
Sometimes the speed at which Sidekiq processes jobs can be so fast that it can
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment