(doExit=0)
| 2854 | |
| 2855 | |
| 2856 | def usage(doExit=0): |
| 2857 | sys.stdout.write("Usage:\n") |
| 2858 | sys.stdout.write("pydevd.py --port N [(--client hostname) | --server] --file executable [file_options]\n") |
| 2859 | if doExit: |
| 2860 | sys.exit(0) |
| 2861 | |
| 2862 | |
| 2863 | def _init_stdout_redirect(): |