online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code    Language
import tkinter as tk class Topablak(tk.Toplevel): def __int__(self): super().__init__() self.geometry("300x200") self.title("Toplevel ablak") self.megjelenito = tk.Button(self, text="Főablak megjelenítő") self.megjelenito.place(x=100, y=100) class Ablak(tk.Tk): def __init__(self): super().__init__() self.geometry('500x400+60+10') self.title('EZ A FŐABLAK.') # ikon méret self.iconify() def main(): ablak = Ablak() ablak.mainloop() if __name__ == '__main__': main()

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