forked from IronLanguages/ironpython3
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathConsoleHelp.Debug.out
More file actions
53 lines (49 loc) · 3.75 KB
/
ConsoleHelp.Debug.out
File metadata and controls
53 lines (49 loc) · 3.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Usage: ipy.exe Usage: ipy [options] [file.py|- [arguments]]
Options:
-3 Warn about Python 3.x incompatibilities
-c cmd Program passed in as string (terminates option list)
-D Enable application debugging
-E Ignore environment variables
-h Display usage
-i Inspect interactively after running script
-m module run library module as a script
-O generate optimized code
-OO remove doc strings and apply -O optimizations
-Q arg Division options: -Qold (default), -Qwarn, -Qwarnall, -Qnew
-s Don't add user site directory to sys.path
-S Don't imply 'import site' on initialization
-t Issue warnings about inconsistent tab usage
-tt Issue errors for inconsistent tab usage
-u Unbuffered stdout & stderr
-v Verbose (trace import statements) (also PYTHONVERBOSE=x)
-V Print the version number and exit
-W arg Warning control (arg is action:message:category:module:lineno)
-x Skip first line of the source
-X:AssembliesDir <dir> Set the directory for saving generated assemblies [debug only]
-X:AutoIndent Enable auto-indenting in the REPL loop
-X:CompilationThreshold The number of iterations before the interpreter starts compiling
-X:ColorfulConsole Enable ColorfulConsole
-X:Debug Enable application debugging (preferred over -D)
-X:EnableProfiler Enables profiling support in the compiler
-X:ExceptionDetail Enable ExceptionDetail mode
-X:Frames Enable basic sys._getframe support
-X:FullFrames Enable sys._getframe with access to locals
-X:GCStress Specifies the GC stress level (the generation to collect each statement)
-X:LightweightScopes Generate optimized scopes that can be garbage collected
-X:MaxRecursion Set the maximum recursion level
-X:MTA Run in multithreaded apartment
-X:NoAdaptiveCompilation Disable adaptive compilation
-X:NoDebug <regex> Provides a regular expression of files which should not be emitted in debug mode
-X:PassExceptions Do not catch exceptions that are unhandled by script code
-X:PerfStats Print performance stats when the process exists [debug only]
-X:PrivateBinding Enable binding to private members
-X:Python30 Enable available Python 3.0 features
-X:RemoteRuntimeChannel <channel_name> Start a remoting server for a remote console session.
-X:SaveAssemblies Save generated assemblies [debug only]
-X:ShowClrExceptions Display CLS Exception information
-X:TabCompletion Enable TabCompletion mode
-X:Tracing Enable support for tracing all methods even before sys.settrace is called
-X:TrackPerformance Track performance sensitive areas [debug only]
Environment variables:
IRONPYTHONPATH Path to search for module
IRONPYTHONSTARTUP Startup module