diff options
| author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2023-03-06 18:01:40 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-06 18:01:40 +0000 |
| commit | 4bfbd859a1ba397a05275dedb79c155431506bff (patch) | |
| tree | 5f9e9d966fbf0fcbfa944d4ef5811364746864ca /pkgs/development/python-modules/debugpy/hardcode-lldb.patch | |
| parent | 1d6a770957207d665c957e215a67cde0d3656274 (diff) | |
| parent | 24c225093554119b7bf76f60588f656e89c27891 (diff) | |
Merge staging-next into staging
Diffstat (limited to 'pkgs/development/python-modules/debugpy/hardcode-lldb.patch')
| -rw-r--r-- | pkgs/development/python-modules/debugpy/hardcode-lldb.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/debugpy/hardcode-lldb.patch b/pkgs/development/python-modules/debugpy/hardcode-lldb.patch new file mode 100644 index 000000000000..43ededa083cf --- /dev/null +++ b/pkgs/development/python-modules/debugpy/hardcode-lldb.patch @@ -0,0 +1,13 @@ +diff --git a/src/debugpy/_vendored/pydevd/pydevd_attach_to_process/add_code_to_python_process.py b/src/debugpy/_vendored/pydevd/pydevd_attach_to_process/add_code_to_python_process.py +index ed43e370..b28ab453 100644 +--- a/src/debugpy/_vendored/pydevd/pydevd_attach_to_process/add_code_to_python_process.py ++++ b/src/debugpy/_vendored/pydevd/pydevd_attach_to_process/add_code_to_python_process.py +@@ -494,7 +494,7 @@ def run_python_code_mac(pid, python_code, connect_debugger_tracing=False, show_d + is_debug = 0 + # Note that the space in the beginning of each line in the multi-line is important! + cmd = [ +- 'lldb', ++ '@lldb@/bin/lldb', + '--no-lldbinit', # Do not automatically parse any '.lldbinit' files. + # '--attach-pid', + # str(pid), |
