online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
package com.epam.rd.autotasks.segments; class Point { private double x; private double y; public Point(final double x, final double y) { this.x = x; this.y = y; } public double getX() { return x; } public double getY() { return y; } }

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