mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Backport of https://github.com/fabioz/PyDev.Debugger/pull/151 to ptvsd
This commit is contained in:
parent
e7727eb17a
commit
88db1db271
1 changed files with 1 additions and 1 deletions
|
|
@ -470,7 +470,7 @@ def run_python_code_linux(pid, python_code, connect_debugger_tracing=False, show
|
|||
cmd.extend(["--eval-command='set architecture %s'" % arch])
|
||||
|
||||
cmd.extend([
|
||||
"--eval-command='call dlopen(\"%s\", 2)'" % target_dll,
|
||||
"--eval-command='call (void*)dlopen(\"%s\", 2)'" % target_dll,
|
||||
"--eval-command='call (int)DoAttach(%s, \"%s\", %s)'" % (
|
||||
is_debug, python_code, show_debug_info)
|
||||
])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue