163 ("--start-session", "load the global session file"), |
163 ("--start-session", "load the global session file"), |
164 ("--", "indicate that there are options for the program to be debugged"), |
164 ("--", "indicate that there are options for the program to be debugged"), |
165 ("", "(everything after that is considered arguments for this program)") |
165 ("", "(everything after that is considered arguments for this program)") |
166 ] |
166 ] |
167 appinfo = Startup.makeAppInfo(sys.argv, |
167 appinfo = Startup.makeAppInfo(sys.argv, |
168 "Eric4", |
168 "Eric5", |
169 "[project | files... [--] [debug-options]]", |
169 "[project | files... [--] [debug-options]]", |
170 "A Python IDE", |
170 "A Python IDE", |
171 options) |
171 options) |
172 ddindex = Startup.handleArgs(sys.argv, appinfo) |
172 ddindex = Startup.handleArgs(sys.argv, appinfo) |
173 |
173 |