Returns the base command line (i.e.: ['python.exe', '-u'])
(self)
| 405 | self.pydevd_debug_file = None |
| 406 | |
| 407 | def get_command_line(self): |
| 408 | """ |
| 409 | Returns the base command line (i.e.: ['python.exe', '-u']) |
| 410 | """ |
| 411 | raise NotImplementedError |
| 412 | |
| 413 | def add_command_line_args(self, args, dap=False): |
| 414 | writer = self.writer |
no outgoing calls
no test coverage detected