10688:0d9853ceb288 | 10689:3ede487187f2 |
---|---|
326 host, | 326 host, |
327 port, | 327 port, |
328 reportAllExceptions, | 328 reportAllExceptions, |
329 tracePython, | 329 tracePython, |
330 redirect, | 330 redirect, |
331 noencoding, | 331 _noencoding, |
332 ) = _debugClient.startOptions | 332 ) = _debugClient.startOptions |
333 _debugClient.startDebugger( | 333 _debugClient.startDebugger( |
334 filename=sys.argv[0], | 334 filename=sys.argv[0], |
335 host=host, | 335 host=host, |
336 port=port, | 336 port=port, |