Examples/rhallo.py

changeset 5422
222da86472d9
parent 3670
f0cb7579c0b4
child 8314
e3642a6a1e71
equal deleted inserted replaced
5421:ce62341e81b6 5422:222da86472d9
8 print("Hello World!") 8 print("Hello World!")
9 sys.exit(0) 9 sys.exit(0)
10 10
11 if __name__ == "__main__": 11 if __name__ == "__main__":
12 if eric6dbgstub.initDebugger("standard"): 12 if eric6dbgstub.initDebugger("standard"):
13 # or if eric6dbgstub.initDebugger("threads"):
14 eric6dbgstub.debugger.startDebugger() 13 eric6dbgstub.debugger.startDebugger()
15 14
16 main() 15 main()

eric ide

mercurial