pydevd-pycharm 222.4554.3__tar.gz → 241.15989.57__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pydevd-pycharm might be problematic. Click here for more details.
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/PKG-INFO +4 -1
- pydevd-pycharm-241.15989.57/VERSION +1 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydev_bundle/_pydev_calltip_util.py +13 -5
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydev_bundle/pydev_console_utils.py +11 -3
- pydevd-pycharm-241.15989.57/_pydev_bundle/pydev_ipython_code_executor.py +97 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydev_bundle/pydev_ipython_console.py +0 -2
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydev_bundle/pydev_ipython_console_011.py +76 -10
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydev_bundle/pydev_monkey.py +24 -5
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydev_bundle/pydev_monkey_qt.py +4 -1
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydev_bundle/pydev_umd.py +1 -2
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydevd_bundle/pydevd_additional_thread_info_regular.py +1 -1
- pydevd-pycharm-241.15989.57/_pydevd_bundle/pydevd_asyncio_provider.py +39 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydevd_bundle/pydevd_breakpoints.py +11 -2
- pydevd-pycharm-241.15989.57/_pydevd_bundle/pydevd_bytecode_utils.py +53 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydevd_bundle/pydevd_collect_try_except_info.py +6 -2
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydevd_bundle/pydevd_comm.py +14 -8
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydevd_bundle/pydevd_console.py +1 -1
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydevd_bundle/pydevd_console_integration.py +28 -16
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydevd_bundle/pydevd_constants.py +19 -0
- pydevd-pycharm-241.15989.57/_pydevd_bundle/pydevd_cython.c +50540 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydevd_bundle/pydevd_cython.pyx +286 -278
- pydevd-pycharm-241.15989.57/_pydevd_bundle/pydevd_cython_312.c +50540 -0
- pydevd-pycharm-241.15989.57/_pydevd_bundle/pydevd_cython_darwin_27_64.so +0 -0
- pydevd-pycharm-241.15989.57/_pydevd_bundle/pydevd_cython_darwin_310_64.cpython-310-darwin.so +0 -0
- pydevd-pycharm-241.15989.57/_pydevd_bundle/pydevd_cython_darwin_311_64.cpython-311-darwin.so +0 -0
- pydevd-pycharm-241.15989.57/_pydevd_bundle/pydevd_cython_darwin_312_64.cpython-312-darwin.so +0 -0
- pydevd-pycharm-241.15989.57/_pydevd_bundle/pydevd_cython_darwin_36_64.cpython-36m-darwin.so +0 -0
- pydevd-pycharm-241.15989.57/_pydevd_bundle/pydevd_cython_darwin_37_64.cpython-37m-darwin.so +0 -0
- pydevd-pycharm-241.15989.57/_pydevd_bundle/pydevd_cython_darwin_38_64.cpython-38-darwin.so +0 -0
- pydevd-pycharm-241.15989.57/_pydevd_bundle/pydevd_cython_darwin_39_64.cpython-39-darwin.so +0 -0
- pydevd-pycharm-241.15989.57/_pydevd_bundle/pydevd_cython_win32_27_32.pyd +0 -0
- pydevd-pycharm-241.15989.57/_pydevd_bundle/pydevd_cython_win32_27_64.pyd +0 -0
- pydevd-pycharm-241.15989.57/_pydevd_bundle/pydevd_cython_win32_310_32.cp310-win32.pyd +0 -0
- pydevd-pycharm-241.15989.57/_pydevd_bundle/pydevd_cython_win32_310_64.cp310-win_amd64.pyd +0 -0
- pydevd-pycharm-241.15989.57/_pydevd_bundle/pydevd_cython_win32_311_32.cp311-win32.pyd +0 -0
- pydevd-pycharm-241.15989.57/_pydevd_bundle/pydevd_cython_win32_311_64.cp311-win_amd64.pyd +0 -0
- pydevd-pycharm-241.15989.57/_pydevd_bundle/pydevd_cython_win32_312_32.cp312-win32.pyd +0 -0
- pydevd-pycharm-241.15989.57/_pydevd_bundle/pydevd_cython_win32_312_64.cp312-win_amd64.pyd +0 -0
- pydevd-pycharm-241.15989.57/_pydevd_bundle/pydevd_cython_win32_36_32.cp36-win32.pyd +0 -0
- pydevd-pycharm-241.15989.57/_pydevd_bundle/pydevd_cython_win32_36_64.cp36-win_amd64.pyd +0 -0
- pydevd-pycharm-241.15989.57/_pydevd_bundle/pydevd_cython_win32_37_32.cp37-win32.pyd +0 -0
- pydevd-pycharm-241.15989.57/_pydevd_bundle/pydevd_cython_win32_37_64.cp37-win_amd64.pyd +0 -0
- pydevd-pycharm-241.15989.57/_pydevd_bundle/pydevd_cython_win32_38_32.cp38-win32.pyd +0 -0
- pydevd-pycharm-241.15989.57/_pydevd_bundle/pydevd_cython_win32_38_64.cp38-win_amd64.pyd +0 -0
- pydevd-pycharm-241.15989.57/_pydevd_bundle/pydevd_cython_win32_39_32.cp39-win32.pyd +0 -0
- pydevd-pycharm-241.15989.57/_pydevd_bundle/pydevd_cython_win32_39_64.cp39-win_amd64.pyd +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydevd_bundle/pydevd_cython_wrapper.py +9 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydevd_bundle/pydevd_dont_trace_files.py +17 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydevd_bundle/pydevd_extension_api.py +1 -1
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydevd_bundle/pydevd_frame.py +285 -277
- pydevd-pycharm-241.15989.57/_pydevd_bundle/pydevd_frame_type_handler.py +296 -0
- pydevd-pycharm-241.15989.57/_pydevd_bundle/pydevd_ipython_console_output.py +22 -0
- pydevd-pycharm-241.15989.57/_pydevd_bundle/pydevd_pep_669_tracing.py +570 -0
- pydevd-pycharm-241.15989.57/_pydevd_bundle/pydevd_pep_669_tracing_cython.c +19705 -0
- pydevd-pycharm-241.15989.57/_pydevd_bundle/pydevd_pep_669_tracing_cython.cp312-win32.pyd +0 -0
- pydevd-pycharm-241.15989.57/_pydevd_bundle/pydevd_pep_669_tracing_cython.cp312-win_amd64.pyd +0 -0
- pydevd-pycharm-241.15989.57/_pydevd_bundle/pydevd_pep_669_tracing_cython.cpython-312-darwin.so +0 -0
- pydevd-pycharm-241.15989.57/_pydevd_bundle/pydevd_pep_669_tracing_cython.pyx +576 -0
- pydevd-pycharm-241.15989.57/_pydevd_bundle/pydevd_pep_669_tracing_wrapper.py +18 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydevd_bundle/pydevd_process_net_command.py +14 -7
- pydevd-pycharm-241.15989.57/_pydevd_bundle/pydevd_repr_utils.py +231 -0
- pydevd-pycharm-241.15989.57/_pydevd_bundle/pydevd_tables.py +79 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydevd_bundle/pydevd_thrift.py +54 -75
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydevd_bundle/pydevd_trace_api.py +3 -3
- pydevd-pycharm-241.15989.57/_pydevd_bundle/pydevd_trace_dispatch.py +132 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydevd_bundle/pydevd_utils.py +39 -46
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydevd_bundle/pydevd_vars.py +39 -31
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydevd_bundle/pydevd_xml.py +62 -83
- pydevd-pycharm-241.15989.57/_pydevd_bundle/smart_step_into/__init__.py +47 -0
- pydevd-pycharm-241.15989.57/_pydevd_bundle/smart_step_into/pydevd_smart_step_into_27.py +84 -0
- pydevd-pycharm-241.15989.57/_pydevd_bundle/smart_step_into/pydevd_smart_step_into_311.py +61 -0
- pydevd-pycharm-241.15989.57/_pydevd_bundle/smart_step_into/pydevd_smart_step_into_36_310.py +89 -0
- pydevd-pycharm-241.15989.57/_pydevd_bundle/smart_step_into/pydevd_smart_step_into_util.py +16 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydevd_frame_eval/pydevd_frame_eval_cython_wrapper.py +10 -18
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydevd_frame_eval/pydevd_frame_eval_main.py +7 -1
- pydevd-pycharm-241.15989.57/_pydevd_frame_eval/pydevd_frame_evaluator_36_38.c +16571 -0
- pydevd-pycharm-241.15989.57/_pydevd_frame_eval/pydevd_frame_evaluator_39_310.c +16571 -0
- pydevd-pycharm-241.15989.57/_pydevd_frame_eval/pydevd_frame_evaluator_darwin_310_64.cpython-310-darwin.so +0 -0
- pydevd-pycharm-241.15989.57/_pydevd_frame_eval/pydevd_frame_evaluator_darwin_36_64.cpython-36m-darwin.so +0 -0
- pydevd-pycharm-241.15989.57/_pydevd_frame_eval/pydevd_frame_evaluator_darwin_37_64.cpython-37m-darwin.so +0 -0
- pydevd-pycharm-241.15989.57/_pydevd_frame_eval/pydevd_frame_evaluator_darwin_38_64.cpython-38-darwin.so +0 -0
- pydevd-pycharm-241.15989.57/_pydevd_frame_eval/pydevd_frame_evaluator_darwin_39_64.cpython-39-darwin.so +0 -0
- pydevd-pycharm-241.15989.57/_pydevd_frame_eval/pydevd_frame_evaluator_win32_310_32.cp310-win32.pyd +0 -0
- pydevd-pycharm-241.15989.57/_pydevd_frame_eval/pydevd_frame_evaluator_win32_310_64.cp310-win_amd64.pyd +0 -0
- pydevd-pycharm-241.15989.57/_pydevd_frame_eval/pydevd_frame_evaluator_win32_36_32.cp36-win32.pyd +0 -0
- pydevd-pycharm-241.15989.57/_pydevd_frame_eval/pydevd_frame_evaluator_win32_36_64.cp36-win_amd64.pyd +0 -0
- pydevd-pycharm-241.15989.57/_pydevd_frame_eval/pydevd_frame_evaluator_win32_37_32.cp37-win32.pyd +0 -0
- pydevd-pycharm-241.15989.57/_pydevd_frame_eval/pydevd_frame_evaluator_win32_37_64.cp37-win_amd64.pyd +0 -0
- pydevd-pycharm-241.15989.57/_pydevd_frame_eval/pydevd_frame_evaluator_win32_38_32.cp38-win32.pyd +0 -0
- pydevd-pycharm-241.15989.57/_pydevd_frame_eval/pydevd_frame_evaluator_win32_38_64.cp38-win_amd64.pyd +0 -0
- pydevd-pycharm-241.15989.57/_pydevd_frame_eval/pydevd_frame_evaluator_win32_39_32.cp39-win32.pyd +0 -0
- pydevd-pycharm-241.15989.57/_pydevd_frame_eval/pydevd_frame_evaluator_win32_39_64.cp39-win_amd64.pyd +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydevd_frame_eval/pydevd_modify_bytecode.py +32 -8
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/build_tools/build.py +7 -7
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/build_tools/build_binaries_osx.py +2 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/build_tools/build_binaries_windows.py +4 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/build_tools/generate_code.py +17 -4
- pydevd-pycharm-241.15989.57/build_tools/generate_debugger_import_errors/generate_import_error.py +35 -0
- pydevd-pycharm-241.15989.57/build_tools/generate_debugger_import_errors/generation_utils.py +240 -0
- pydevd-pycharm-241.15989.57/build_tools/generate_debugger_import_errors/start_generation.py +65 -0
- pydevd-pycharm-241.15989.57/build_tools/msvccompiler_wrapper.py +37 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/pycharm-readme.rst +10 -17
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/pydev_ipython/inputhook.py +35 -3
- pydevd-pycharm-241.15989.57/pydev_ipython/inputhookqt6.py +199 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/pydev_ipython/matplotlibtools.py +18 -2
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/pydev_ipython/qt.py +5 -5
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/pydev_ipython/qt_for_kernel.py +11 -2
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/pydev_ipython/qt_loaders.py +20 -3
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/pydev_ipython/version.py +8 -1
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/pydevconsole.py +64 -3
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/pydevd.py +66 -25
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/_check.py +1 -1
- pydevd-pycharm-241.15989.57/pydevd_attach_to_process/add_code_to_python_process.py +597 -0
- pydevd-pycharm-241.15989.57/pydevd_attach_to_process/attach.dylib +0 -0
- pydevd-pycharm-241.15989.57/pydevd_attach_to_process/attach_amd64.dll +0 -0
- pydevd-pycharm-241.15989.57/pydevd_attach_to_process/attach_linux_aarch64.so +0 -0
- pydevd-pycharm-241.15989.57/pydevd_attach_to_process/attach_linux_amd64.so +0 -0
- pydevd-pycharm-241.15989.57/pydevd_attach_to_process/attach_linux_x86.so +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/attach_pydevd.py +11 -20
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/attach_script.py +10 -5
- pydevd-pycharm-241.15989.57/pydevd_attach_to_process/attach_x86.dll +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/common/python.h +187 -273
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/linux_and_mac/compile_linux.sh +3 -0
- pydevd-pycharm-241.15989.57/pydevd_attach_to_process/linux_and_mac/compile_linux_aarch64.sh +6 -0
- pydevd-pycharm-241.15989.57/pydevd_attach_to_process/linux_and_mac/compile_mac.sh +14 -0
- pydevd-pycharm-241.15989.57/pydevd_attach_to_process/run_code_on_dllmain_amd64.dll +0 -0
- pydevd-pycharm-241.15989.57/pydevd_attach_to_process/run_code_on_dllmain_x86.dll +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/winappdbg/interactive.py +192 -231
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/winappdbg/process.py +1 -1
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/winappdbg/thread.py +2 -2
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/winappdbg/win32/dbghelp.py +1 -1
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/windows/attach.cpp +49 -126
- pydevd-pycharm-241.15989.57/pydevd_attach_to_process/windows/compile_windows.bat +39 -0
- pydevd-pycharm-241.15989.57/pydevd_attach_to_process/windows/inject_dll.cpp +134 -0
- pydevd-pycharm-241.15989.57/pydevd_attach_to_process/windows/run_code_on_dllmain.cpp +78 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/pydevd_file_utils.py +14 -8
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/pydevd_plugins/django_debug.py +3 -3
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/pydevd_plugins/jinja2_debug.py +4 -4
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/pydevd_pycharm.egg-info/PKG-INFO +4 -1
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/pydevd_pycharm.egg-info/SOURCES.txt +38 -17
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/pydevd_tracing.py +17 -10
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/setup.py +13 -10
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/setup_cython.py +74 -21
- pydevd-pycharm-222.4554.3/VERSION +0 -1
- pydevd-pycharm-222.4554.3/_pydev_bundle/pydev_ipython_code_executor.py +0 -76
- pydevd-pycharm-222.4554.3/_pydevd_bundle/pydevd_bytecode_utils.py +0 -311
- pydevd-pycharm-222.4554.3/_pydevd_bundle/pydevd_cython_darwin_27_64.so +0 -0
- pydevd-pycharm-222.4554.3/_pydevd_bundle/pydevd_cython_darwin_310_64.cpython-310-darwin.so +0 -0
- pydevd-pycharm-222.4554.3/_pydevd_bundle/pydevd_cython_darwin_36_64.cpython-36m-darwin.so +0 -0
- pydevd-pycharm-222.4554.3/_pydevd_bundle/pydevd_cython_darwin_37_64.cpython-37m-darwin.so +0 -0
- pydevd-pycharm-222.4554.3/_pydevd_bundle/pydevd_cython_darwin_38_64.cpython-38-darwin.so +0 -0
- pydevd-pycharm-222.4554.3/_pydevd_bundle/pydevd_cython_darwin_39_64.cpython-39-darwin.so +0 -0
- pydevd-pycharm-222.4554.3/_pydevd_bundle/pydevd_cython_win32_27_32.pyd +0 -0
- pydevd-pycharm-222.4554.3/_pydevd_bundle/pydevd_cython_win32_27_64.pyd +0 -0
- pydevd-pycharm-222.4554.3/_pydevd_bundle/pydevd_cython_win32_310_32.cp310-win32.pyd +0 -0
- pydevd-pycharm-222.4554.3/_pydevd_bundle/pydevd_cython_win32_310_64.cp310-win_amd64.pyd +0 -0
- pydevd-pycharm-222.4554.3/_pydevd_bundle/pydevd_cython_win32_36_32.cp36-win32.pyd +0 -0
- pydevd-pycharm-222.4554.3/_pydevd_bundle/pydevd_cython_win32_36_64.cp36-win_amd64.pyd +0 -0
- pydevd-pycharm-222.4554.3/_pydevd_bundle/pydevd_cython_win32_37_32.cp37-win32.pyd +0 -0
- pydevd-pycharm-222.4554.3/_pydevd_bundle/pydevd_cython_win32_37_64.cp37-win_amd64.pyd +0 -0
- pydevd-pycharm-222.4554.3/_pydevd_bundle/pydevd_cython_win32_38_32.cp38-win32.pyd +0 -0
- pydevd-pycharm-222.4554.3/_pydevd_bundle/pydevd_cython_win32_38_64.cp38-win_amd64.pyd +0 -0
- pydevd-pycharm-222.4554.3/_pydevd_bundle/pydevd_cython_win32_39_32.cp39-win32.pyd +0 -0
- pydevd-pycharm-222.4554.3/_pydevd_bundle/pydevd_cython_win32_39_64.cp39-win_amd64.pyd +0 -0
- pydevd-pycharm-222.4554.3/_pydevd_bundle/pydevd_tables.py +0 -57
- pydevd-pycharm-222.4554.3/_pydevd_bundle/pydevd_trace_dispatch.py +0 -78
- pydevd-pycharm-222.4554.3/_pydevd_frame_eval/pydevd_frame_evaluator_common.cp310-win32.pyd +0 -0
- pydevd-pycharm-222.4554.3/_pydevd_frame_eval/pydevd_frame_evaluator_common.cp310-win_amd64.pyd +0 -0
- pydevd-pycharm-222.4554.3/_pydevd_frame_eval/pydevd_frame_evaluator_common.cp36-win32.pyd +0 -0
- pydevd-pycharm-222.4554.3/_pydevd_frame_eval/pydevd_frame_evaluator_common.cp36-win_amd64.pyd +0 -0
- pydevd-pycharm-222.4554.3/_pydevd_frame_eval/pydevd_frame_evaluator_common.cp37-win32.pyd +0 -0
- pydevd-pycharm-222.4554.3/_pydevd_frame_eval/pydevd_frame_evaluator_common.cp37-win_amd64.pyd +0 -0
- pydevd-pycharm-222.4554.3/_pydevd_frame_eval/pydevd_frame_evaluator_common.cp38-win32.pyd +0 -0
- pydevd-pycharm-222.4554.3/_pydevd_frame_eval/pydevd_frame_evaluator_common.cp38-win_amd64.pyd +0 -0
- pydevd-pycharm-222.4554.3/_pydevd_frame_eval/pydevd_frame_evaluator_common.cp39-win32.pyd +0 -0
- pydevd-pycharm-222.4554.3/_pydevd_frame_eval/pydevd_frame_evaluator_common.cp39-win_amd64.pyd +0 -0
- pydevd-pycharm-222.4554.3/_pydevd_frame_eval/pydevd_frame_evaluator_common.cpython-310-darwin.so +0 -0
- pydevd-pycharm-222.4554.3/_pydevd_frame_eval/pydevd_frame_evaluator_common.cpython-36m-darwin.so +0 -0
- pydevd-pycharm-222.4554.3/_pydevd_frame_eval/pydevd_frame_evaluator_common.cpython-37m-darwin.so +0 -0
- pydevd-pycharm-222.4554.3/_pydevd_frame_eval/pydevd_frame_evaluator_common.cpython-38-darwin.so +0 -0
- pydevd-pycharm-222.4554.3/_pydevd_frame_eval/pydevd_frame_evaluator_common.cpython-39-darwin.so +0 -0
- pydevd-pycharm-222.4554.3/_pydevd_frame_eval/pydevd_frame_evaluator_darwin_310_64.cpython-310-darwin.so +0 -0
- pydevd-pycharm-222.4554.3/_pydevd_frame_eval/pydevd_frame_evaluator_darwin_36_64.cpython-36m-darwin.so +0 -0
- pydevd-pycharm-222.4554.3/_pydevd_frame_eval/pydevd_frame_evaluator_darwin_37_64.cpython-37m-darwin.so +0 -0
- pydevd-pycharm-222.4554.3/_pydevd_frame_eval/pydevd_frame_evaluator_darwin_38_64.cpython-38-darwin.so +0 -0
- pydevd-pycharm-222.4554.3/_pydevd_frame_eval/pydevd_frame_evaluator_darwin_39_64.cpython-39-darwin.so +0 -0
- pydevd-pycharm-222.4554.3/_pydevd_frame_eval/pydevd_frame_evaluator_win32_310_32.cp310-win32.pyd +0 -0
- pydevd-pycharm-222.4554.3/_pydevd_frame_eval/pydevd_frame_evaluator_win32_310_64.cp310-win_amd64.pyd +0 -0
- pydevd-pycharm-222.4554.3/_pydevd_frame_eval/pydevd_frame_evaluator_win32_36_32.cp36-win32.pyd +0 -0
- pydevd-pycharm-222.4554.3/_pydevd_frame_eval/pydevd_frame_evaluator_win32_36_64.cp36-win_amd64.pyd +0 -0
- pydevd-pycharm-222.4554.3/_pydevd_frame_eval/pydevd_frame_evaluator_win32_37_32.cp37-win32.pyd +0 -0
- pydevd-pycharm-222.4554.3/_pydevd_frame_eval/pydevd_frame_evaluator_win32_37_64.cp37-win_amd64.pyd +0 -0
- pydevd-pycharm-222.4554.3/_pydevd_frame_eval/pydevd_frame_evaluator_win32_38_32.cp38-win32.pyd +0 -0
- pydevd-pycharm-222.4554.3/_pydevd_frame_eval/pydevd_frame_evaluator_win32_38_64.cp38-win_amd64.pyd +0 -0
- pydevd-pycharm-222.4554.3/_pydevd_frame_eval/pydevd_frame_evaluator_win32_39_32.cp39-win32.pyd +0 -0
- pydevd-pycharm-222.4554.3/_pydevd_frame_eval/pydevd_frame_evaluator_win32_39_64.cp39-win_amd64.pyd +0 -0
- pydevd-pycharm-222.4554.3/pydevd_attach_to_process/add_code_to_python_process.py +0 -656
- pydevd-pycharm-222.4554.3/pydevd_attach_to_process/attach_amd64.dll +0 -0
- pydevd-pycharm-222.4554.3/pydevd_attach_to_process/attach_linux_amd64.so +0 -0
- pydevd-pycharm-222.4554.3/pydevd_attach_to_process/attach_linux_x86.so +0 -0
- pydevd-pycharm-222.4554.3/pydevd_attach_to_process/attach_x86.dll +0 -0
- pydevd-pycharm-222.4554.3/pydevd_attach_to_process/attach_x86.dylib +0 -0
- pydevd-pycharm-222.4554.3/pydevd_attach_to_process/attach_x86_64.dylib +0 -0
- pydevd-pycharm-222.4554.3/pydevd_attach_to_process/linux_and_mac/compile_mac.sh +0 -11
- pydevd-pycharm-222.4554.3/pydevd_attach_to_process/windows/compile_windows.bat +0 -17
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/LICENSE +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/MANIFEST.in +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/README.rst +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydev_bundle/__init__.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydev_bundle/_pydev_completer.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydev_bundle/_pydev_filesystem_encoding.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydev_bundle/_pydev_getopt.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydev_bundle/_pydev_imports_tipper.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydev_bundle/_pydev_jy_imports_tipper.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydev_bundle/_pydev_log.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydev_bundle/_pydev_tipper_common.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydev_bundle/fix_getpass.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydev_bundle/pydev_code_executor.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydev_bundle/pydev_console_commands.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydev_bundle/pydev_console_types.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydev_bundle/pydev_import_hook.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydev_bundle/pydev_imports.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydev_bundle/pydev_ipython_completer.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydev_bundle/pydev_ipython_rich_output.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydev_bundle/pydev_is_thread_alive.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydev_bundle/pydev_localhost.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydev_bundle/pydev_log.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydev_bundle/pydev_override.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydev_bundle/pydev_stdin.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydev_bundle/pydev_versioncheck.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydev_imps/__init__.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydev_imps/_pydev_BaseHTTPServer.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydev_imps/_pydev_SimpleXMLRPCServer.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydev_imps/_pydev_SocketServer.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydev_imps/_pydev_execfile.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydev_imps/_pydev_inspect.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydev_imps/_pydev_pkgutil_old.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydev_imps/_pydev_saved_modules.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydev_imps/_pydev_sys_patch.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydev_imps/_pydev_xmlrpclib.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydev_runfiles/__init__.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydev_runfiles/pydev_runfiles.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydev_runfiles/pydev_runfiles_coverage.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydev_runfiles/pydev_runfiles_nose.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydev_runfiles/pydev_runfiles_parallel.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydev_runfiles/pydev_runfiles_parallel_client.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydev_runfiles/pydev_runfiles_pytest2.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydev_runfiles/pydev_runfiles_unittest.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydev_runfiles/pydev_runfiles_xml_rpc.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydevd_bundle/__init__.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydevd_bundle/pydevconsole_code_for_ironpython.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydevd_bundle/pydevd_additional_thread_info.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydevd_bundle/pydevd_breakpointhook.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydevd_bundle/pydevd_comm_constants.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydevd_bundle/pydevd_command_line_handling.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydevd_bundle/pydevd_console_output.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydevd_bundle/pydevd_console_pytest.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydevd_bundle/pydevd_custom_frames.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydevd_bundle/pydevd_dont_trace.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydevd_bundle/pydevd_exec.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydevd_bundle/pydevd_exec2.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydevd_bundle/pydevd_extension_utils.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydevd_bundle/pydevd_frame_utils.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydevd_bundle/pydevd_import_class.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydevd_bundle/pydevd_io.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydevd_bundle/pydevd_kill_all_pydevd_threads.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydevd_bundle/pydevd_plugin_utils.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydevd_bundle/pydevd_referrers.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydevd_bundle/pydevd_reload.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydevd_bundle/pydevd_resolver.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydevd_bundle/pydevd_save_locals.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydevd_bundle/pydevd_signature.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydevd_bundle/pydevd_stackless.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydevd_bundle/pydevd_trace_dispatch_regular.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydevd_bundle/pydevd_traceproperty.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydevd_bundle/pydevd_user_type_renderers.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydevd_bundle/pydevd_user_type_renderers_utils.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydevd_bundle/pydevd_vm_type.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydevd_frame_eval/__init__.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydevd_frame_eval/pydevd_frame_tracing.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/build_tools/build_common.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/build_tools/names_to_rename.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/build_tools/rename_pep8.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/merge_pydev_pycharm.txt +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/pycharm-console.rst +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/pydev_app_engine_debug_startup.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/pydev_ipython/__init__.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/pydev_ipython/inputhookglut.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/pydev_ipython/inputhookgtk.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/pydev_ipython/inputhookgtk3.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/pydev_ipython/inputhookpyglet.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/pydev_ipython/inputhookqt4.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/pydev_ipython/inputhookqt5.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/pydev_ipython/inputhooktk.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/pydev_ipython/inputhookwx.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/README.txt +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/_always_live_program.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/_test_attach_to_process.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/_test_attach_to_process_linux.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/linux_and_mac/attach.cpp +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/linux_and_mac/lldb_prepare.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/winappdbg/__init__.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/winappdbg/breakpoint.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/winappdbg/compat.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/winappdbg/crash.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/winappdbg/debug.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/winappdbg/disasm.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/winappdbg/event.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/winappdbg/module.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/winappdbg/plugins/README +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/winappdbg/plugins/__init__.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/winappdbg/plugins/do_example.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/winappdbg/plugins/do_exchain.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/winappdbg/plugins/do_exploitable.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/winappdbg/plugins/do_symfix.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/winappdbg/registry.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/winappdbg/search.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/winappdbg/sql.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/winappdbg/system.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/winappdbg/textio.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/winappdbg/util.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/winappdbg/win32/__init__.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/winappdbg/win32/advapi32.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/winappdbg/win32/context_amd64.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/winappdbg/win32/context_i386.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/winappdbg/win32/defines.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/winappdbg/win32/gdi32.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/winappdbg/win32/kernel32.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/winappdbg/win32/ntdll.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/winappdbg/win32/peb_teb.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/winappdbg/win32/psapi.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/winappdbg/win32/shell32.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/winappdbg/win32/shlwapi.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/winappdbg/win32/user32.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/winappdbg/win32/version.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/winappdbg/win32/wtsapi32.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/winappdbg/window.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/windows/attach.h +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/windows/stdafx.cpp +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/windows/stdafx.h +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/windows/targetver.h +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/pydevd_concurrency_analyser/__init__.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/pydevd_concurrency_analyser/pydevd_concurrency_logger.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/pydevd_concurrency_analyser/pydevd_thread_wrappers.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/pydevd_plugins/__init__.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/pydevd_plugins/extensions/__init__.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/pydevd_pycharm.egg-info/dependency_links.txt +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/pydevd_pycharm.egg-info/entry_points.txt +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/pydevd_pycharm.egg-info/not-zip-safe +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/pydevd_pycharm.egg-info/top_level.txt +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/pydevd_pycharm.py +0 -0
- {pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 1.1
|
|
2
2
|
Name: pydevd-pycharm
|
|
3
|
-
Version:
|
|
3
|
+
Version: 241.15989.57
|
|
4
4
|
Summary: PyCharm Debugger (used in PyCharm and PyDev)
|
|
5
5
|
Home-page: https://github.com/JetBrains/intellij-community
|
|
6
6
|
Author: JetBrains, Fabio Zadrozny and others
|
|
@@ -69,4 +69,7 @@ Classifier: Programming Language :: Python :: 3.6
|
|
|
69
69
|
Classifier: Programming Language :: Python :: 3.7
|
|
70
70
|
Classifier: Programming Language :: Python :: 3.8
|
|
71
71
|
Classifier: Programming Language :: Python :: 3.9
|
|
72
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
73
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
74
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
72
75
|
Classifier: Topic :: Software Development :: Debuggers
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
241.15989.57
|
{pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydev_bundle/_pydev_calltip_util.py
RENAMED
|
@@ -5,7 +5,7 @@ Author: Yuli Fitterman
|
|
|
5
5
|
# noinspection PyBroadException
|
|
6
6
|
import types
|
|
7
7
|
|
|
8
|
-
from _pydevd_bundle.pydevd_constants import IS_JYTHON, IS_PY3K
|
|
8
|
+
from _pydevd_bundle.pydevd_constants import IS_JYTHON, IS_PY3K, IS_PY311_OR_GREATER
|
|
9
9
|
|
|
10
10
|
try:
|
|
11
11
|
import inspect
|
|
@@ -101,17 +101,25 @@ def get_description(obj):
|
|
|
101
101
|
fn_class = None
|
|
102
102
|
if callable(fob):
|
|
103
103
|
try:
|
|
104
|
-
if
|
|
105
|
-
spec_info = inspect.
|
|
104
|
+
if IS_PY311_OR_GREATER:
|
|
105
|
+
spec_info = inspect.signature(fob)
|
|
106
|
+
argspec = str(spec_info)
|
|
106
107
|
else:
|
|
107
|
-
|
|
108
|
+
if IS_PY3K:
|
|
109
|
+
spec_info = inspect.getfullargspec(fob)
|
|
110
|
+
else:
|
|
111
|
+
spec_info = inspect.getargspec(fob)
|
|
112
|
+
argspec = inspect.formatargspec(*spec_info)
|
|
108
113
|
except TypeError:
|
|
109
114
|
if is_init_func:
|
|
110
115
|
spec_info = getargspec_py2(obj)
|
|
111
116
|
else:
|
|
112
117
|
spec_info = getargspec_py2(fob)
|
|
118
|
+
argspec = inspect.formatargspec(*spec_info)
|
|
119
|
+
except ValueError:
|
|
120
|
+
# function/method defined in C for example str.count
|
|
121
|
+
argspec = None
|
|
113
122
|
|
|
114
|
-
argspec = inspect.formatargspec(*spec_info)
|
|
115
123
|
fn_name = getattr(fob, '__name__', None)
|
|
116
124
|
if isinstance(obj, type) or type(obj).__name__ == 'classobj':
|
|
117
125
|
fn_name = "__init__"
|
{pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydev_bundle/pydev_console_utils.py
RENAMED
|
@@ -185,10 +185,10 @@ class BaseInterpreterInterface(BaseCodeExecutor):
|
|
|
185
185
|
else:
|
|
186
186
|
return True
|
|
187
187
|
|
|
188
|
-
def getFrame(self):
|
|
188
|
+
def getFrame(self, group_type):
|
|
189
189
|
try:
|
|
190
190
|
hidden_ns = self.get_ipython_hidden_vars_dict()
|
|
191
|
-
return pydevd_thrift.frame_vars_to_struct(self.get_namespace(), hidden_ns, self.user_type_renderers)
|
|
191
|
+
return pydevd_thrift.frame_vars_to_struct(self.get_namespace(), group_type, hidden_ns, self.user_type_renderers)
|
|
192
192
|
except:
|
|
193
193
|
traceback.print_exc()
|
|
194
194
|
raise PythonUnhandledException(traceback.format_exc())
|
|
@@ -412,9 +412,17 @@ class BaseInterpreterInterface(BaseCodeExecutor):
|
|
|
412
412
|
traceback.print_exc()
|
|
413
413
|
raise PythonUnhandledException(traceback.format_exc())
|
|
414
414
|
|
|
415
|
-
|
|
415
|
+
#
|
|
416
|
+
def execTableCommand(self, command, command_type, start_index, end_index):
|
|
416
417
|
try:
|
|
418
|
+
try:
|
|
419
|
+
start_index = int(start_index)
|
|
420
|
+
end_index = int(end_index)
|
|
421
|
+
except ValueError:
|
|
422
|
+
start_index = None
|
|
423
|
+
end_index = None
|
|
417
424
|
success, res = exec_table_command(command, command_type,
|
|
425
|
+
start_index, end_index,
|
|
418
426
|
self.get_namespace(),
|
|
419
427
|
self.get_namespace())
|
|
420
428
|
if success:
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
import sys
|
|
2
|
+
import traceback
|
|
3
|
+
|
|
4
|
+
from _pydev_bundle.pydev_code_executor import BaseCodeExecutor
|
|
5
|
+
from _pydev_bundle.pydev_ipython_console_011 import get_pydev_ipython_frontend, PyDebuggerTerminalInteractiveShell, get_ipython_hidden_vars
|
|
6
|
+
from _pydevd_bundle.pydevd_constants import dict_iter_items
|
|
7
|
+
from IPython.core.interactiveshell import InteractiveShell
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
# Uncomment to force PyDev standard shell.
|
|
11
|
+
# raise ImportError()
|
|
12
|
+
|
|
13
|
+
# TODO reuse `CodeExecutor` in `InterpreterInterface` in pydev_ipython_console.py
|
|
14
|
+
#=======================================================================================================================
|
|
15
|
+
# IPythonCodeExecutor
|
|
16
|
+
#=======================================================================================================================
|
|
17
|
+
class IPythonCodeExecutor(BaseCodeExecutor):
|
|
18
|
+
'''
|
|
19
|
+
The methods in this class should be registered in the xml-rpc server.
|
|
20
|
+
'''
|
|
21
|
+
|
|
22
|
+
def __init__(self, show_banner=True, rpc_client=None):
|
|
23
|
+
super(IPythonCodeExecutor, self).__init__()
|
|
24
|
+
|
|
25
|
+
self.is_jupyter_debugger_shell = False
|
|
26
|
+
# checking if it's not a Jupyter Debug Session
|
|
27
|
+
ipython = self._get_ipython_or_none()
|
|
28
|
+
if ipython is None or not hasattr(ipython, 'debugger'):
|
|
29
|
+
self.interpreter = get_pydev_ipython_frontend(rpc_client)
|
|
30
|
+
else:
|
|
31
|
+
self.is_jupyter_debugger_shell = True
|
|
32
|
+
self.original_interactive_shell_instance = InteractiveShell._instance
|
|
33
|
+
self.interpreter = get_pydev_ipython_frontend(rpc_client, is_jupyter_debugger=True)
|
|
34
|
+
self._input_error_printed = False
|
|
35
|
+
self.notification_succeeded = False
|
|
36
|
+
self.notification_tries = 0
|
|
37
|
+
self.notification_max_tries = 3
|
|
38
|
+
self.show_banner = show_banner
|
|
39
|
+
|
|
40
|
+
def get_greeting_msg(self):
|
|
41
|
+
return self.interpreter.get_greeting_msg()
|
|
42
|
+
|
|
43
|
+
def do_add_exec(self, code_fragment):
|
|
44
|
+
self.notify_about_magic()
|
|
45
|
+
if code_fragment.text.rstrip().endswith('??'):
|
|
46
|
+
print('IPython-->')
|
|
47
|
+
try:
|
|
48
|
+
if self.is_jupyter_debugger_shell:
|
|
49
|
+
self.interpreter.ipython.execution_count = self.original_interactive_shell_instance.execution_count
|
|
50
|
+
InteractiveShell._instance = PyDebuggerTerminalInteractiveShell.new_instance
|
|
51
|
+
more, exception_occurred = self.interpreter.add_exec(code_fragment.text)
|
|
52
|
+
self.interpreter.ipython.execution_count += 1
|
|
53
|
+
self.original_interactive_shell_instance.execution_count = self.interpreter.ipython.execution_count
|
|
54
|
+
else:
|
|
55
|
+
more, exception_occurred = self.interpreter.add_exec(code_fragment.text)
|
|
56
|
+
finally:
|
|
57
|
+
if self.is_jupyter_debugger_shell:
|
|
58
|
+
InteractiveShell._instance = self.original_interactive_shell_instance
|
|
59
|
+
if code_fragment.text.rstrip().endswith('??'):
|
|
60
|
+
print('<--IPython')
|
|
61
|
+
return bool(more), exception_occurred
|
|
62
|
+
|
|
63
|
+
def get_namespace(self):
|
|
64
|
+
return self.interpreter.get_namespace()
|
|
65
|
+
|
|
66
|
+
def close(self):
|
|
67
|
+
sys.exit(0)
|
|
68
|
+
|
|
69
|
+
def notify_about_magic(self):
|
|
70
|
+
pass
|
|
71
|
+
|
|
72
|
+
def get_ipython_hidden_vars_dict(self):
|
|
73
|
+
if hasattr(self.interpreter, 'ipython'):
|
|
74
|
+
shell_ns_hidden_dict = get_ipython_hidden_vars(self.interpreter.ipython)
|
|
75
|
+
global_ns_hidden_dict = None
|
|
76
|
+
if self.is_jupyter_debugger_shell:
|
|
77
|
+
try:
|
|
78
|
+
ipython = self._get_ipython_or_none()
|
|
79
|
+
if ipython is not None:
|
|
80
|
+
global_ns_hidden_dict = get_ipython_hidden_vars(ipython)
|
|
81
|
+
except:
|
|
82
|
+
pass
|
|
83
|
+
|
|
84
|
+
if global_ns_hidden_dict is not None:
|
|
85
|
+
shell_ns_hidden_dict.update(global_ns_hidden_dict)
|
|
86
|
+
|
|
87
|
+
return shell_ns_hidden_dict
|
|
88
|
+
|
|
89
|
+
def _get_ipython_or_none(self):
|
|
90
|
+
ipython = None
|
|
91
|
+
|
|
92
|
+
try:
|
|
93
|
+
ipython = get_ipython()
|
|
94
|
+
except:
|
|
95
|
+
pass
|
|
96
|
+
|
|
97
|
+
return ipython
|
{pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydev_bundle/pydev_ipython_console.py
RENAMED
|
@@ -24,8 +24,6 @@ class IPythonInterpreterInterface(BaseInterpreterInterface):
|
|
|
24
24
|
self.show_banner = show_banner
|
|
25
25
|
|
|
26
26
|
def get_greeting_msg(self):
|
|
27
|
-
if self.show_banner:
|
|
28
|
-
self.interpreter.show_banner()
|
|
29
27
|
return self.interpreter.get_greeting_msg()
|
|
30
28
|
|
|
31
29
|
def do_add_exec(self, code_fragment):
|
{pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydev_bundle/pydev_ipython_console_011.py
RENAMED
|
@@ -19,6 +19,7 @@ import os
|
|
|
19
19
|
import sys
|
|
20
20
|
import codeop
|
|
21
21
|
import traceback
|
|
22
|
+
from copy import deepcopy
|
|
22
23
|
|
|
23
24
|
from IPython.core.error import UsageError
|
|
24
25
|
from IPython.core.interactiveshell import InteractiveShell, InteractiveShellABC
|
|
@@ -27,7 +28,7 @@ from IPython.core.formatters import DisplayFormatter
|
|
|
27
28
|
from IPython.core import release
|
|
28
29
|
|
|
29
30
|
from IPython.terminal.interactiveshell import TerminalInteractiveShell
|
|
30
|
-
from IPython.terminal.ipapp import
|
|
31
|
+
from IPython.terminal.ipapp import TerminalIPythonApp
|
|
31
32
|
from IPython import InteractiveShell
|
|
32
33
|
|
|
33
34
|
from traitlets import Type
|
|
@@ -35,6 +36,7 @@ from traitlets import CBool, Unicode
|
|
|
35
36
|
|
|
36
37
|
|
|
37
38
|
from _pydevd_bundle.pydevd_constants import dict_keys, dict_iter_items
|
|
39
|
+
from _pydevd_bundle.pydevd_ipython_console_output import PyDevDebugDisplayHook, PyDevDebugDisplayPub
|
|
38
40
|
from _pydev_bundle.pydev_ipython_rich_output import PyDevDisplayHook, PyDevDisplayPub, \
|
|
39
41
|
patch_stdout
|
|
40
42
|
from _pydev_bundle.pydev_ipython_completer import init_shell_completer
|
|
@@ -228,7 +230,39 @@ class PyDevTerminalInteractiveShell(TerminalInteractiveShell):
|
|
|
228
230
|
super(PyDevTerminalInteractiveShell, self).init_magics()
|
|
229
231
|
# TODO Any additional magics for PyDev?
|
|
230
232
|
|
|
233
|
+
|
|
234
|
+
class PyDebuggerTerminalInteractiveShell(PyDevTerminalInteractiveShell):
|
|
235
|
+
"""
|
|
236
|
+
InteractiveShell for the Jupyter Debug Console.
|
|
237
|
+
Print result outputs to the shell.
|
|
238
|
+
See method 'do_add_exec' from 'pydev/_pydev_bundle/pydev_ipython_code_executor.py'.
|
|
239
|
+
"""
|
|
240
|
+
|
|
241
|
+
displayhook_class = Type(PyDevDebugDisplayHook)
|
|
242
|
+
display_pub_class = Type(PyDevDebugDisplayPub)
|
|
243
|
+
new_instance = None
|
|
244
|
+
|
|
245
|
+
|
|
231
246
|
InteractiveShellABC.register(PyDevTerminalInteractiveShell) # @UndefinedVariable
|
|
247
|
+
InteractiveShellABC.register(PyDebuggerTerminalInteractiveShell)
|
|
248
|
+
|
|
249
|
+
class PyDevIpythonApp(TerminalIPythonApp):
|
|
250
|
+
def initialize(self, shell_cls):
|
|
251
|
+
"""Do actions after construct, but before starting the app."""
|
|
252
|
+
cl_config = deepcopy(self.config)
|
|
253
|
+
self.init_profile_dir()
|
|
254
|
+
self.init_config_files()
|
|
255
|
+
self.load_config_file()
|
|
256
|
+
self.update_config(cl_config)
|
|
257
|
+
self.init_path()
|
|
258
|
+
self.init_shell(shell_cls)
|
|
259
|
+
self.init_extensions()
|
|
260
|
+
self.init_code()
|
|
261
|
+
|
|
262
|
+
def init_shell(self, shell_cls):
|
|
263
|
+
self.shell = shell_cls.instance()
|
|
264
|
+
self.shell.configurables.append(self)
|
|
265
|
+
|
|
232
266
|
|
|
233
267
|
#=======================================================================================================================
|
|
234
268
|
# _PyDevIPythonFrontEnd
|
|
@@ -237,18 +271,39 @@ class _PyDevIPythonFrontEnd:
|
|
|
237
271
|
|
|
238
272
|
version = release.__version__
|
|
239
273
|
|
|
240
|
-
def __init__(self):
|
|
274
|
+
def __init__(self, is_jupyter_debugger=False):
|
|
241
275
|
# Create and initialize our IPython instance.
|
|
242
|
-
|
|
243
|
-
|
|
276
|
+
self.is_jupyter_debugger = is_jupyter_debugger
|
|
277
|
+
if is_jupyter_debugger:
|
|
278
|
+
if self._has_shell_instance(PyDebuggerTerminalInteractiveShell, 'new_instance'):
|
|
279
|
+
self.ipython = PyDebuggerTerminalInteractiveShell.new_instance
|
|
280
|
+
else:
|
|
281
|
+
# if we already have some InteractiveConsole instance (Python Console: Attach Debugger)
|
|
282
|
+
if self._has_shell_instance(PyDevTerminalInteractiveShell, '_instance'):
|
|
283
|
+
PyDevTerminalInteractiveShell.clear_instance()
|
|
284
|
+
|
|
285
|
+
InteractiveShell.clear_instance()
|
|
286
|
+
|
|
287
|
+
self.ipython = self._init_ipy_app(PyDebuggerTerminalInteractiveShell).shell
|
|
288
|
+
PyDebuggerTerminalInteractiveShell.new_instance = PyDebuggerTerminalInteractiveShell._instance
|
|
244
289
|
else:
|
|
245
|
-
self.
|
|
290
|
+
if self._has_shell_instance(PyDevTerminalInteractiveShell, '_instance'):
|
|
291
|
+
self.ipython = PyDevTerminalInteractiveShell._instance
|
|
292
|
+
else:
|
|
293
|
+
self.ipython = self._init_ipy_app(PyDevTerminalInteractiveShell).shell
|
|
246
294
|
|
|
247
295
|
self._curr_exec_line = 0
|
|
248
296
|
self._curr_exec_lines = []
|
|
249
297
|
|
|
250
|
-
def
|
|
251
|
-
|
|
298
|
+
def _init_ipy_app(self, shell_cls):
|
|
299
|
+
application = PyDevIpythonApp()
|
|
300
|
+
application.initialize(shell_cls)
|
|
301
|
+
return application
|
|
302
|
+
|
|
303
|
+
|
|
304
|
+
def _has_shell_instance(self, shell_cls, instance_str):
|
|
305
|
+
return getattr(shell_cls, instance_str, None) is not None
|
|
306
|
+
|
|
252
307
|
|
|
253
308
|
def update(self, globals, locals):
|
|
254
309
|
ns = self.ipython.user_ns
|
|
@@ -379,7 +434,10 @@ class _PyDevIPythonFrontEnd:
|
|
|
379
434
|
else:
|
|
380
435
|
self._curr_exec_line += 1
|
|
381
436
|
self.ipython.pydev_curr_exec_line = self._curr_exec_line
|
|
382
|
-
|
|
437
|
+
if not self.is_jupyter_debugger:
|
|
438
|
+
res = self.ipython.run_cell(line, store_history=True)
|
|
439
|
+
else:
|
|
440
|
+
res = self.ipython.run_cell(line, store_history=False)
|
|
383
441
|
if res.error_in_exec is not None:
|
|
384
442
|
return False, True
|
|
385
443
|
else:
|
|
@@ -396,14 +454,22 @@ class _PyDevFrontEndContainer:
|
|
|
396
454
|
_instance = None
|
|
397
455
|
_last_rpc_client = None
|
|
398
456
|
|
|
457
|
+
class _PyDebuggerFrontEndContainer:
|
|
458
|
+
_instance = None
|
|
399
459
|
|
|
400
460
|
def get_client():
|
|
401
461
|
return _PyDevFrontEndContainer._last_rpc_client
|
|
402
462
|
|
|
403
463
|
|
|
404
|
-
def get_pydev_ipython_frontend(rpc_client):
|
|
464
|
+
def get_pydev_ipython_frontend(rpc_client, is_jupyter_debugger=False):
|
|
465
|
+
if is_jupyter_debugger:
|
|
466
|
+
if _PyDebuggerFrontEndContainer._instance is None:
|
|
467
|
+
_PyDebuggerFrontEndContainer._instance = _PyDevIPythonFrontEnd(is_jupyter_debugger)
|
|
468
|
+
|
|
469
|
+
return _PyDebuggerFrontEndContainer._instance
|
|
470
|
+
|
|
405
471
|
if _PyDevFrontEndContainer._instance is None:
|
|
406
|
-
_PyDevFrontEndContainer._instance = _PyDevIPythonFrontEnd()
|
|
472
|
+
_PyDevFrontEndContainer._instance = _PyDevIPythonFrontEnd(is_jupyter_debugger)
|
|
407
473
|
|
|
408
474
|
if _PyDevFrontEndContainer._last_rpc_client != rpc_client:
|
|
409
475
|
_PyDevFrontEndContainer._last_rpc_client = rpc_client
|
|
@@ -5,7 +5,7 @@ import traceback
|
|
|
5
5
|
from _pydev_imps._pydev_saved_modules import threading
|
|
6
6
|
from _pydevd_bundle.pydevd_constants import get_global_debugger, IS_WINDOWS, IS_MACOS, \
|
|
7
7
|
IS_JYTHON, IS_PY36_OR_LESSER, IS_PY36_OR_GREATER, IS_PY38_OR_GREATER, \
|
|
8
|
-
get_current_thread_id
|
|
8
|
+
get_current_thread_id, IS_PY311_OR_GREATER, clear_cached_thread_id
|
|
9
9
|
from _pydev_bundle import pydev_log
|
|
10
10
|
|
|
11
11
|
try:
|
|
@@ -63,6 +63,16 @@ def _is_already_patched(args):
|
|
|
63
63
|
def _is_py3_and_has_bytes_args(args):
|
|
64
64
|
if not isinstance('', type(u'')):
|
|
65
65
|
return False
|
|
66
|
+
|
|
67
|
+
if len(args) == 0:
|
|
68
|
+
return False
|
|
69
|
+
|
|
70
|
+
# PY-57217 Uvicorn with '-reload' flag when starting a new process in Python3.11 passes the path to the interpreter as bytes
|
|
71
|
+
if IS_PY311_OR_GREATER and isinstance(args[0], bytes):
|
|
72
|
+
interpreter = args[0].decode('utf-8')
|
|
73
|
+
if is_python(interpreter):
|
|
74
|
+
args[0] = interpreter
|
|
75
|
+
|
|
66
76
|
for arg in args:
|
|
67
77
|
if isinstance(arg, bytes):
|
|
68
78
|
return True
|
|
@@ -71,7 +81,9 @@ def _is_py3_and_has_bytes_args(args):
|
|
|
71
81
|
|
|
72
82
|
def _on_forked_process():
|
|
73
83
|
import pydevd
|
|
74
|
-
pydevd.threadingCurrentThread()
|
|
84
|
+
main_thread = pydevd.threadingCurrentThread()
|
|
85
|
+
main_thread.__pydevd_main_thread = True
|
|
86
|
+
clear_cached_thread_id(main_thread)
|
|
75
87
|
pydevd.settrace_forked()
|
|
76
88
|
|
|
77
89
|
|
|
@@ -232,6 +244,16 @@ def patch_args(args):
|
|
|
232
244
|
return args
|
|
233
245
|
|
|
234
246
|
i = 1
|
|
247
|
+
# Implementation-specific options that start with `-X` can be passed right
|
|
248
|
+
# after the Python executable. We have to preserve them.
|
|
249
|
+
while i < len(args) and args[i].startswith('-X'):
|
|
250
|
+
new_args.append(args[i])
|
|
251
|
+
if args[i] == '-X':
|
|
252
|
+
if i < len(args) - 1:
|
|
253
|
+
new_args.append(args[i + 1])
|
|
254
|
+
i += 1
|
|
255
|
+
i += 1
|
|
256
|
+
|
|
235
257
|
# Original args should be something as:
|
|
236
258
|
# ['X:\\pysrc\\pydevd.py', '--multiprocess', '--print-in-debugger-startup',
|
|
237
259
|
# '--vm_type', 'python', '--client', '127.0.0.1', '--port', '56352', '--file', 'x:\\snippet1.py']
|
|
@@ -451,7 +473,6 @@ def create_execl(original_name):
|
|
|
451
473
|
import os
|
|
452
474
|
args = patch_args(args)
|
|
453
475
|
if is_python_args(args):
|
|
454
|
-
path = args[0]
|
|
455
476
|
send_process_will_be_substituted()
|
|
456
477
|
return getattr(os, original_name)(path, *args)
|
|
457
478
|
return new_execl
|
|
@@ -466,7 +487,6 @@ def create_execv(original_name):
|
|
|
466
487
|
import os
|
|
467
488
|
args = patch_args(args)
|
|
468
489
|
if is_python_args(args):
|
|
469
|
-
path = args[0]
|
|
470
490
|
send_process_will_be_substituted()
|
|
471
491
|
return getattr(os, original_name)(path, args)
|
|
472
492
|
return new_execv
|
|
@@ -481,7 +501,6 @@ def create_execve(original_name):
|
|
|
481
501
|
import os
|
|
482
502
|
args = patch_args(args)
|
|
483
503
|
if is_python_args(args):
|
|
484
|
-
path = args[0]
|
|
485
504
|
send_process_will_be_substituted()
|
|
486
505
|
return getattr(os, original_name)(path, args, env)
|
|
487
506
|
return new_execve
|
|
@@ -195,7 +195,10 @@ def _internal_patch_qt(QtCore, qt_support_mode='auto'):
|
|
|
195
195
|
self.original_started.connect(self._signal)
|
|
196
196
|
|
|
197
197
|
def connect(self, func, *args, **kwargs):
|
|
198
|
-
|
|
198
|
+
_is_signal_instance = False
|
|
199
|
+
if hasattr(QtCore, 'SignalInstance'):
|
|
200
|
+
_is_signal_instance = isinstance(func, QtCore.SignalInstance)
|
|
201
|
+
if qt_support_mode in ('pyside', 'pyside2', 'pyside6') and not _is_signal_instance:
|
|
199
202
|
return self._signal.connect(FuncWrapper(func), *args, **kwargs)
|
|
200
203
|
else:
|
|
201
204
|
return self._signal.connect(func, *args, **kwargs)
|
|
@@ -156,8 +156,7 @@ def runfile(filename, args=None, wdir=None, is_module=False, global_vars=None):
|
|
|
156
156
|
|
|
157
157
|
if global_vars is None:
|
|
158
158
|
m = save_main_module(filename, 'pydev_umd')
|
|
159
|
-
global_vars =
|
|
160
|
-
global_vars.update(m.__dict__)
|
|
159
|
+
global_vars = m.__dict__
|
|
161
160
|
try:
|
|
162
161
|
global_vars['__builtins__'] = __builtins__
|
|
163
162
|
except NameError:
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
# Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
|
|
2
|
+
def get_apply():
|
|
3
|
+
try:
|
|
4
|
+
from pydevd_nest_asyncio import apply
|
|
5
|
+
return apply
|
|
6
|
+
except:
|
|
7
|
+
return None
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
def get_eval_async_expression_in_context():
|
|
11
|
+
try:
|
|
12
|
+
from pydevd_asyncio_utils import eval_async_expression_in_context
|
|
13
|
+
return eval_async_expression_in_context
|
|
14
|
+
except:
|
|
15
|
+
return None
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
def get_eval_async_expression():
|
|
19
|
+
try:
|
|
20
|
+
from pydevd_asyncio_utils import eval_async_expression
|
|
21
|
+
return eval_async_expression
|
|
22
|
+
except:
|
|
23
|
+
return None
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
def get_exec_async_code():
|
|
27
|
+
try:
|
|
28
|
+
from pydevd_asyncio_utils import exec_async_code
|
|
29
|
+
return exec_async_code
|
|
30
|
+
except:
|
|
31
|
+
return None
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
def get_asyncio_command_compiler():
|
|
35
|
+
try:
|
|
36
|
+
from pydevd_asyncio_utils import asyncio_command_compiler
|
|
37
|
+
return asyncio_command_compiler
|
|
38
|
+
except:
|
|
39
|
+
return None
|
{pydevd-pycharm-222.4554.3 → pydevd-pycharm-241.15989.57}/_pydevd_bundle/pydevd_breakpoints.py
RENAMED
|
@@ -5,7 +5,7 @@ from _pydev_bundle import pydev_log
|
|
|
5
5
|
from _pydevd_bundle import pydevd_import_class
|
|
6
6
|
from _pydevd_bundle.pydevd_frame_utils import add_exception_to_frame
|
|
7
7
|
from _pydev_imps._pydev_saved_modules import threading
|
|
8
|
-
|
|
8
|
+
from _pydevd_bundle.pydevd_utils import eval_expression
|
|
9
9
|
|
|
10
10
|
class ExceptionBreakpoint(object):
|
|
11
11
|
|
|
@@ -38,6 +38,15 @@ class ExceptionBreakpoint(object):
|
|
|
38
38
|
def __str__(self):
|
|
39
39
|
return self.qname
|
|
40
40
|
|
|
41
|
+
def __repr__(self):
|
|
42
|
+
return ("<ExceptionBreakpoint(qname=%r, condition=%r, expression=%r, "
|
|
43
|
+
"notify_on_handled_exceptions=%s, notify_on_unhandled_exceptions=%s, "
|
|
44
|
+
"notify_on_first_raise_only=%s, ignore_libraries=%s)>") % (
|
|
45
|
+
self.qname, self.condition, self.expression,
|
|
46
|
+
self.notify_on_handled_exceptions, self.notify_on_unhandled_exceptions,
|
|
47
|
+
self.notify_on_first_raise_only, self.ignore_libraries
|
|
48
|
+
)
|
|
49
|
+
|
|
41
50
|
@property
|
|
42
51
|
def has_condition(self):
|
|
43
52
|
return self.condition is not None
|
|
@@ -71,7 +80,7 @@ class LineBreakpoint(object):
|
|
|
71
80
|
self._hit_count += 1
|
|
72
81
|
expr = self.hit_condition.replace('@HIT@', str(self._hit_count))
|
|
73
82
|
try:
|
|
74
|
-
ret = bool(
|
|
83
|
+
ret = bool(eval_expression(expr, frame.f_globals, frame.f_locals))
|
|
75
84
|
except Exception:
|
|
76
85
|
ret = False
|
|
77
86
|
return ret
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
"""Bytecode analyzing utils."""
|
|
2
|
+
|
|
3
|
+
from _pydevd_bundle.smart_step_into import get_stepping_variants
|
|
4
|
+
|
|
5
|
+
__all__ = [
|
|
6
|
+
'find_last_call_name',
|
|
7
|
+
'find_last_func_call_order',
|
|
8
|
+
]
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
def find_last_func_call_order(frame, start_line):
|
|
12
|
+
"""Find the call order of the last function call between ``start_line``
|
|
13
|
+
and last executed instruction.
|
|
14
|
+
|
|
15
|
+
:param frame: A frame inside which we are looking the function call.
|
|
16
|
+
:type frame: :py:class:`types.FrameType`
|
|
17
|
+
:param start_line:
|
|
18
|
+
:return: call order or -1 if we fail to find the call order for some
|
|
19
|
+
reason.
|
|
20
|
+
:rtype: int
|
|
21
|
+
"""
|
|
22
|
+
code = frame.f_code
|
|
23
|
+
lasti = frame.f_lasti
|
|
24
|
+
cache = {}
|
|
25
|
+
call_order = -1
|
|
26
|
+
for inst in get_stepping_variants(code):
|
|
27
|
+
if inst.offset > lasti:
|
|
28
|
+
break
|
|
29
|
+
if inst.lineno >= start_line:
|
|
30
|
+
name = inst.argval
|
|
31
|
+
call_order = cache.setdefault(name, -1)
|
|
32
|
+
call_order += 1
|
|
33
|
+
cache[name] = call_order
|
|
34
|
+
return call_order
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
def find_last_call_name(frame):
|
|
38
|
+
"""Find the name of the last call made in the frame.
|
|
39
|
+
|
|
40
|
+
:param frame: A frame inside which we are looking the last call.
|
|
41
|
+
:type frame: :py:class:`types.FrameType`
|
|
42
|
+
:return: The name of a function or method that has been called last.
|
|
43
|
+
:rtype: str
|
|
44
|
+
"""
|
|
45
|
+
last_call_name = None
|
|
46
|
+
code = frame.f_code
|
|
47
|
+
last_instruction = frame.f_lasti
|
|
48
|
+
for inst in get_stepping_variants(code):
|
|
49
|
+
if inst.offset > last_instruction:
|
|
50
|
+
break
|
|
51
|
+
last_call_name = inst.argval
|
|
52
|
+
|
|
53
|
+
return last_call_name
|
|
@@ -9,7 +9,7 @@ try:
|
|
|
9
9
|
except NameError:
|
|
10
10
|
xrange = range
|
|
11
11
|
|
|
12
|
-
from _pydevd_bundle.pydevd_constants import IS_PY38_OR_GREATER
|
|
12
|
+
from _pydevd_bundle.pydevd_constants import IS_PY38_OR_GREATER, IS_PY312_OR_GREATER
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
class TryExceptInfo(object):
|
|
@@ -145,6 +145,10 @@ def _iter_instructions(co):
|
|
|
145
145
|
yield instruction
|
|
146
146
|
|
|
147
147
|
|
|
148
|
+
_return_op_names = {'RETURN_VALUE', 'RETURN_CONST'} if IS_PY312_OR_GREATER \
|
|
149
|
+
else {'RETURN_VALUE'}
|
|
150
|
+
|
|
151
|
+
|
|
148
152
|
def collect_return_info(co, use_func_first_line=False):
|
|
149
153
|
if not hasattr(co, 'co_lnotab'):
|
|
150
154
|
return []
|
|
@@ -158,7 +162,7 @@ def collect_return_info(co, use_func_first_line=False):
|
|
|
158
162
|
op_offset_to_line = dict(dis.findlinestarts(co))
|
|
159
163
|
for instruction in _iter_instructions(co):
|
|
160
164
|
curr_op_name = instruction.opname
|
|
161
|
-
if curr_op_name
|
|
165
|
+
if curr_op_name in _return_op_names:
|
|
162
166
|
lst.append(ReturnInfo(_get_line(op_offset_to_line, instruction.offset, firstlineno, search=True)))
|
|
163
167
|
|
|
164
168
|
return lst
|