vlad@server1:~/paintball2$ screen -S v1ad
vlad@server1:~/paintball2$ gdb paintball2
GNU gdb (GDB) 7.0-ubuntu
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /home/vlad/paintball2/paintball2...done.
(gdb) +set dedicated 1
Undefined command: "+set". Try "help".
(gdb) run +set dedicated 1 +set public 1 +set maxclients 22 +exec server +map midnight
Starting program: /home/vlad/paintball2/paintball2 +set dedicated 1 +set public 1 +set maxclients 22 +exec server +map midnight
/bin/bash: /home/vlad/paintball2/paintball2: No such file or directory
/bin/bash: /home/vlad/paintball2/paintball2: Success
During startup program exited with code 1.
(gdb)