online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
public class Main { // Skapar en metod som heter my_method public static void my_method(){ System.out.println("Detta är min första metod"); // Metoden skriver ut en textsträng } public static void main(String[] args) { my_method(); // Anropa metoden my_method(); // Anropa metoden my_method(); // Anropa metoden } }

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