online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code    Language
#how many game servers? num_of_servers=2 SessionName=( 'left4dead2_server' #server 1 'CSGO_Server' #server 2 ) srcds_run=( '/home/dustin/Steam/SteamFolder/L4D2/srcds_run' #server 1 '/home/dustin/Steam/SteamFolder/CSGO/srcds_run' #server 2 etc.. ) Parameters=( '-game left4dead2 -debug -ip (private) -port 27015 +map c1m4_atrium +mp_gamemode survival' '-game csgo -console -usercon +game_type 0 +game_mode 0 +mapgroup mg_active -ip (private) -port 27016 +map de_dust2 +sv_setsteamaccount (private) -net_port_try' ) #auto-update functionality: UpdateScript=( './steamcmd.sh +login anonymous +force_install_dir /home/dustin/Steam/SteamFolder/L4D2/ +app_update 222860 validate +quit' './steamcmd.sh +login (private) (private) +force_install_dir /home/dustin/Steam/SteamFolder/CSGO/ +app_update 740 validate +quit' ) #Allow auto-update check? #Not recommended if your update script triggers steam guard authentication, or your version of screen doesn't include the -logfile option. #yes or no EnableUpdateCheck=( 'yes' 'yes' ) #Enable full system reboot @3am (if all servers are detected as empty)? #yes or no RebootAt3am=yes ServerIP=xxx.xxx.xxx.xxx ServerPort=( '27015' '27016' ) RconPassword=( '(private)' '(private)' ) #optional WorkShopDirectory=( '/home/dustin/Steam/SteamFolder/L4D2/left4dead2/addons/workshop' '' ) #optional WorkshopCollection=( '1381380872' '' ) # Customization ends here

Compiling Program...

Command line arguments:
Standard Input: Interactive Console Text
×

                

                

Program is not being debugged. Click "Debug" button to start program in debug mode.

#FunctionFile:Line
VariableValue
RegisterValue
ExpressionValue