online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code    Language
/****************************************************************************** Welcome to GDB Online. GDB online is an online compiler and debugger tool for C, C++, Python, Java, PHP, Ruby, Perl, C#, VB, Swift, Pascal, Fortran, Haskell, Objective-C, Assembly, HTML, CSS, JS, SQLite, Prolog. Code, Compile, Run and Debug online from anywhere in world. *******************************************************************************/ include<iostream> using namespace std; int main (){ int color; cout<<"Digite el numero del color: (1)-Rojo (2)-Verde (3)-Amarillo"<<endl; cin>>color; if (color == 1) { cout<<"Color: Rojo"<<endl; cout<<"Significado: No Pasar"<<endl; }else{if (color == 2) { cout<<"Color: Verde"<<endl; cout<<"Significado: Adelante"<<endl; }else{if(color == 3) { cout<<"Color: Amarillo"<<endl; cout<<"Significado: Precaucion"<<endl; }}} return 0; }

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