Skip to content

Commit

Permalink
Update docs_deploy.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nic11 authored Dec 1, 2024
1 parent cdf468f commit 6ae41c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs_deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ during that period. Normally gdb would keep the execution paused until it receiv
user input, but in this case `-ex c` tells gdb to continue the execution right after
attaching (i.e. run `c` once attached). This will help us minimise the pause time.
A simple Ctrl-C would pause the execution again and return us to the gdb prompt.
Please be careful running that on a server with active players.
Please be careful running that on a server with active players and not pause for too long.

All typical gdb commands should be available now. Set breakpoints or just type
`c` to continue the execution.
Expand Down

0 comments on commit 6ae41c8

Please sign in to comment.