MCPcopy Create free account
hub / github.com/fabioz/PyDev.Debugger / get_command_line

Method get_command_line

tests_python/debugger_unittest.py:407–411  ·  view source on GitHub ↗

Returns the base command line (i.e.: ['python.exe', '-u'])

(self)

Source from the content-addressed store, hash-verified

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

Callers 2

check_caseMethod · 0.95
check_consoleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected