Examples/rhallo.py

changeset 0
de9c2efb9d02
child 12
1d8dd9706f46
equal deleted inserted replaced
-1:000000000000 0:de9c2efb9d02
1 #!/usr/bin/env python
2
3 import sys
4
5 import eric4dbgstub
6
7 def main():
8 print "Hello World!"
9 sys.exit(0)
10
11 if __name__ == "__main__":
12 if eric4dbgstub.initDebugger("standard"):
13 # or if eric4dbgstub.initDebugger("threads"):
14 eric4dbgstub.debugger.startDebugger()
15
16 main()

eric ide

mercurial