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. } program Ex3_pag151_a; var x,y,x1,x2,deltax:real; begin writeln('x1='); readln(x1); writeln('x2='); readln(x2); writeln('deltax='); readln(deltax); writeln('x=':10,'y=':20); writeln; x:=x1; while x<=x2 do begin y:=x/3+2; writeln(x:20,y:20); x:=x+deltax; end; end.

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