summaryrefslogtreecommitdiff
path: root/doc/administration/troubleshooting/debug.md
Commit message (Collapse)AuthorAgeFilesLines
* Fix gdb backtrace command Daniel Axelrod2016-11-011-1/+1
| | | | | | Correct the command to get a gdb backtrace from all threads. `apply` is not a valid gdb command. See https://sourceware.org/gdb/onlinedocs/gdb/Threads.html#Threads .
* Fix step number and token param in URL example. Fix gitlab-rails command ↵mrchrisw/fix-debug-tokenChris Wilson2016-10-111-2/+2
| | | | code formatting.
* Add troubleshooting section for SMTP settingsStan Hu2016-07-011-2/+51
| | | | [ci skip]
* Add debugging tips with gdbStan Hu2016-06-241-0/+120
[ci skip]