From 62eb3341f512dd8e02cabbed7dc934f167a73262 Mon Sep 17 00:00:00 2001 From: Pavel Karateev Date: Fri, 9 Feb 2024 18:55:35 +0100 Subject: [PATCH] PY-70396 bundle `smart_step_into` with `pydevd-pycharm` `_pydevd_bundle.smart_step_into` is skipped while building `pydevd-pycharm` distribution for PyPI GitOrigin-RevId: 31f0edada3c31d57f8d6a2db07aa2e8aa925a3de --- python/helpers/pydev/setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/helpers/pydev/setup.py b/python/helpers/pydev/setup.py index 39b5fcf4b6fe..6d9f2dd71d73 100644 --- a/python/helpers/pydev/setup.py +++ b/python/helpers/pydev/setup.py @@ -113,6 +113,7 @@ args = dict( '_pydev_imps', '_pydev_runfiles', '_pydevd_bundle', + '_pydevd_bundle.smart_step_into', '_pydevd_frame_eval', 'pydev_ipython', # 'pydev_sitecustomize', -- Not actually a package (not added)