online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
# Online Bash Shell. # Code, Compile, Run and Debug Bash script online. # Write your code in this editor and press "Run" button to execute it. #!/bin/bash declare -A MIH_VARS=( ["MIH_POD_NAME"]="echo '4148'" ["MIH_VAR_1"]="echo '8080'" ["MIH_VAR_2"]="echo '3000'" ) for var in "${!MIH_VARS[@]}"; do declare -g "${var}=$(${MIH_VARS[$var]})" echo "$(declare -p ${var})" done

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