mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
parent
61836b95ed
commit
2d94dfd22d
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ def debug(filename, port_num, debug_id, debug_options, run_as):
|
|||
def _run_module(address, modname):
|
||||
filename = modname + ':'
|
||||
argv = _run_argv(address, filename)
|
||||
argv.append('--module')
|
||||
argv.insert(argv.index('--file'), '--module')
|
||||
_run(argv)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue