content stringlengths 1 103k ⌀ | path stringlengths 8 216 | filename stringlengths 2 179 | language stringclasses 15
values | size_bytes int64 2 189k | quality_score float64 0.5 0.95 | complexity float64 0 1 | documentation_ratio float64 0 1 | repository stringclasses 5
values | stars int64 0 1k | created_date stringdate 2023-07-10 19:21:08 2025-07-09 19:11:45 | license stringclasses 4
values | is_test bool 2
classes | file_hash stringlengths 32 32 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
\n\n | .venv\Lib\site-packages\debugpy\common\__pycache__\messaging.cpython-313.pyc | messaging.cpython-313.pyc | Other | 65,889 | 0.75 | 0.1125 | 0.009631 | node-utils | 634 | 2023-10-24T21:43:55.262515 | MIT | false | d8202f33906fc0deb52f5cb2a41b44b7 |
\n\n | .venv\Lib\site-packages\debugpy\common\__pycache__\singleton.cpython-313.pyc | singleton.cpython-313.pyc | Other | 8,016 | 0.95 | 0.171717 | 0 | react-lib | 872 | 2023-11-17T23:35:48.080836 | GPL-3.0 | false | 4708a3e148ddbba179aa4043d64bbb8c |
\n\n | .venv\Lib\site-packages\debugpy\common\__pycache__\sockets.cpython-313.pyc | sockets.cpython-313.pyc | Other | 5,240 | 0.95 | 0.057143 | 0 | python-kit | 650 | 2024-02-03T06:14:34.897429 | Apache-2.0 | false | a8eb16859e698917d669a5f2e3e1cc18 |
\n\n | .venv\Lib\site-packages\debugpy\common\__pycache__\stacks.cpython-313.pyc | stacks.cpython-313.pyc | Other | 2,406 | 0.8 | 0.133333 | 0.076923 | vue-tools | 92 | 2025-04-16T15:30:46.919369 | GPL-3.0 | false | da8bac3299b7fb4e7ec1da46f69911c6 |
\n\n | .venv\Lib\site-packages\debugpy\common\__pycache__\timestamp.cpython-313.pyc | timestamp.cpython-313.pyc | Other | 695 | 0.7 | 0 | 0 | node-utils | 15 | 2023-09-11T23:13:49.737002 | BSD-3-Clause | false | e8279c8bcebad653336979622b044a25 |
\n\n | .venv\Lib\site-packages\debugpy\common\__pycache__\util.cpython-313.pyc | util.cpython-313.pyc | Other | 6,397 | 0.95 | 0.148649 | 0.028986 | awesome-app | 734 | 2023-10-13T06:36:44.150810 | Apache-2.0 | false | f9700689c6f7a256e4a6533266f2d0e2 |
\n\n | .venv\Lib\site-packages\debugpy\common\__pycache__\__init__.cpython-313.pyc | __init__.cpython-313.pyc | Other | 729 | 0.8 | 0 | 0 | node-utils | 652 | 2025-01-08T01:24:05.179296 | MIT | false | 1dd78b336578d349217a05a43925276b |
# Copyright (c) Microsoft Corporation. All rights reserved.\n# Licensed under the MIT License. See LICENSE in the project root\n# for license information.\n\nimport os\nimport sys\n\nimport debugpy\nfrom debugpy import launcher\nfrom debugpy.common import json\nfrom debugpy.launcher import debuggee\n\n\ndef launch_requ... | .venv\Lib\site-packages\debugpy\launcher\handlers.py | handlers.py | Python | 5,880 | 0.95 | 0.210526 | 0.168 | vue-tools | 296 | 2023-11-16T08:46:26.662326 | MIT | false | 26d34e59fbd2bb2ae2c1f3ec46c40b46 |
# Copyright (c) Microsoft Corporation. All rights reserved.\n# Licensed under the MIT License. See LICENSE in the project root\n# for license information.\n\nimport codecs\nimport os\nimport threading\n\nfrom debugpy import launcher\nfrom debugpy.common import log\n\n\nclass CaptureOutput(object):\n """Captures outp... | .venv\Lib\site-packages\debugpy\launcher\output.py | output.py | Python | 3,861 | 0.95 | 0.247788 | 0.073684 | vue-tools | 444 | 2024-04-26T23:43:49.145893 | Apache-2.0 | false | c8be94538d890b890855280faf2563f0 |
# Copyright (c) Microsoft Corporation. All rights reserved.\n# Licensed under the MIT License. See LICENSE in the project root\n# for license information.\n\nimport ctypes\nfrom ctypes.wintypes import BOOL, DWORD, HANDLE, LARGE_INTEGER, LPCSTR, UINT\n\nfrom debugpy.common import log\n\n\nJOBOBJECTCLASS = ctypes.c_int\n... | .venv\Lib\site-packages\debugpy\launcher\winapi.py | winapi.py | Python | 3,233 | 0.95 | 0.067308 | 0.037975 | python-kit | 987 | 2024-04-21T23:26:00.014071 | MIT | false | 587455ef1a0943d989e26674dbfc8d89 |
# Copyright (c) Microsoft Corporation. All rights reserved.\n# Licensed under the MIT License. See LICENSE in the project root\n# for license information.\n\n__all__ = []\n\n\nadapter_host = None\n"""The host on which adapter is running and listening for incoming connections\nfrom the launcher and the servers."""\n\nch... | .venv\Lib\site-packages\debugpy\launcher\__init__.py | __init__.py | Python | 922 | 0.95 | 0.09375 | 0.136364 | python-kit | 642 | 2023-09-24T17:44:39.568268 | MIT | false | 7d2d69c32b2614961914b055244b532c |
# Copyright (c) Microsoft Corporation. All rights reserved.\n# Licensed under the MIT License. See LICENSE in the project root\n# for license information.\n\n__all__ = ["main"]\n\nimport locale\nimport signal\nimport sys\n\n# WARNING: debugpy and submodules must not be imported on top level in this module,\n# and shoul... | .venv\Lib\site-packages\debugpy\launcher\__main__.py | __main__.py | Python | 3,903 | 0.95 | 0.164835 | 0.513158 | vue-tools | 885 | 2025-02-03T01:55:47.435247 | Apache-2.0 | false | d022c162738eef42501c007a3038a583 |
\n\n | .venv\Lib\site-packages\debugpy\launcher\__pycache__\debuggee.cpython-313.pyc | debuggee.cpython-313.pyc | Other | 10,371 | 0.8 | 0.020619 | 0 | awesome-app | 746 | 2024-07-31T21:58:47.337980 | BSD-3-Clause | false | 572872b30221a5c1c794dbb04c6e68df |
\n\n | .venv\Lib\site-packages\debugpy\launcher\__pycache__\handlers.cpython-313.pyc | handlers.cpython-313.pyc | Other | 6,187 | 0.8 | 0.037037 | 0.019608 | awesome-app | 428 | 2024-01-06T03:16:03.219707 | MIT | false | cadc486bee529a9ee050672dce7d8965 |
\n\n | .venv\Lib\site-packages\debugpy\launcher\__pycache__\output.cpython-313.pyc | output.cpython-313.pyc | Other | 5,079 | 0.8 | 0.113636 | 0 | python-kit | 806 | 2024-05-19T06:51:47.178614 | GPL-3.0 | false | d54ba1db4fe1b47141cdd83eb2507e50 |
\n\n | .venv\Lib\site-packages\debugpy\launcher\__pycache__\winapi.cpython-313.pyc | winapi.cpython-313.pyc | Other | 4,531 | 0.8 | 0 | 0 | react-lib | 718 | 2025-07-08T01:29:19.228180 | MIT | false | 7dd8517632ada525bb6b68c201f66b84 |
\n\n | .venv\Lib\site-packages\debugpy\launcher\__pycache__\__init__.cpython-313.pyc | __init__.cpython-313.pyc | Other | 1,078 | 0.8 | 0 | 0.181818 | node-utils | 179 | 2025-04-12T16:29:53.195963 | Apache-2.0 | false | 1c3cbba6f3c9da80936306b3e9e083a6 |
\n\n | .venv\Lib\site-packages\debugpy\launcher\__pycache__\__main__.cpython-313.pyc | __main__.cpython-313.pyc | Other | 2,524 | 0.95 | 0 | 0 | node-utils | 158 | 2024-06-15T21:30:37.042230 | MIT | false | 1c1d443d4feacb495c481996fc2326fc |
# Copyright (c) Microsoft Corporation. All rights reserved.\n# Licensed under the MIT License. See LICENSE in the project root\n# for license information.\n\n"""Script injected into the debuggee process during attach-to-PID."""\n\nimport os\n\n\n__file__ = os.path.abspath(__file__)\n_debugpy_dir = os.path.dirname(os.pa... | .venv\Lib\site-packages\debugpy\server\attach_pid_injected.py | attach_pid_injected.py | Python | 2,826 | 0.95 | 0.141304 | 0.071429 | node-utils | 371 | 2023-11-18T00:35:21.411088 | MIT | false | cf3b1fe5d0040a80aef5185a9e7ce4a2 |
# Copyright (c) Microsoft Corporation. All rights reserved.\n# Licensed under the MIT License. See LICENSE in the project root\n# for license information.\n\n# "force_pydevd" must be imported first to ensure (via side effects)\n# that the debugpy-vendored copy of pydevd gets used.\nimport debugpy._vendored.force_pydevd... | .venv\Lib\site-packages\debugpy\server\__init__.py | __init__.py | Python | 330 | 0.95 | 0.142857 | 0.833333 | node-utils | 577 | 2025-04-01T12:29:30.044944 | MIT | false | 2efa713c2ba65ef80cad0407f04e3feb |
\n\n | .venv\Lib\site-packages\debugpy\server\__pycache__\api.cpython-313.pyc | api.cpython-313.pyc | Other | 14,816 | 0.8 | 0.060345 | 0 | python-kit | 28 | 2024-07-11T15:04:36.745404 | GPL-3.0 | false | cd2a29ee93a3ec27b097bed490832eeb |
\n\n | .venv\Lib\site-packages\debugpy\server\__pycache__\attach_pid_injected.cpython-313.pyc | attach_pid_injected.cpython-313.pyc | Other | 3,668 | 0.8 | 0 | 0 | react-lib | 674 | 2024-06-28T23:13:35.862017 | Apache-2.0 | false | 82fc1d48b90730747d51c3865e519203 |
\n\n | .venv\Lib\site-packages\debugpy\server\__pycache__\cli.cpython-313.pyc | cli.cpython-313.pyc | Other | 21,112 | 0.95 | 0.05618 | 0.005917 | python-kit | 385 | 2025-04-25T05:34:57.095557 | Apache-2.0 | false | 76a072e4ce3ceb4a1384350a7d929cad |
\n\n | .venv\Lib\site-packages\debugpy\server\__pycache__\__init__.cpython-313.pyc | __init__.cpython-313.pyc | Other | 245 | 0.7 | 0 | 0 | awesome-app | 750 | 2023-10-13T21:34:52.414215 | Apache-2.0 | false | 785521d1218bc2886e7fee887815f645 |
# Copyright (c) Microsoft Corporation. All rights reserved.\n# Licensed under the MIT License. See LICENSE in the project root\n# for license information.\n\nfrom importlib import import_module\nimport os\nimport warnings\n\nfrom . import check_modules, prefix_matcher, preimport, vendored\n\n# Ensure that pydevd is our... | .venv\Lib\site-packages\debugpy\_vendored\force_pydevd.py | force_pydevd.py | Python | 3,253 | 0.95 | 0.098765 | 0.333333 | awesome-app | 285 | 2024-09-10T20:12:38.575606 | Apache-2.0 | false | e9e5e210d7bee15e184887781be64aae |
# Copyright (c) Microsoft Corporation. All rights reserved.\n# Licensed under the MIT License. See LICENSE in the project root\n# for license information.\n\nfrom . import VENDORED_ROOT\nfrom ._util import cwd, iter_all_files\n\n\nINCLUDES = [\n 'setup_pydevd_cython.py',\n]\n\n\ndef iter_files():\n # From the roo... | .venv\Lib\site-packages\debugpy\_vendored\_pydevd_packaging.py | _pydevd_packaging.py | Python | 1,293 | 0.95 | 0.166667 | 0.189189 | python-kit | 470 | 2024-12-13T04:07:37.890830 | MIT | false | b2b33f980e88295be25f0e39bebfbbdf |
# Copyright (c) Microsoft Corporation. All rights reserved.\n# Licensed under the MIT License. See LICENSE in the project root\n# for license information.\n\nimport contextlib\nimport os\n\n\n@contextlib.contextmanager\ndef cwd(dirname):\n """A context manager for operating in a different directory."""\n orig = o... | .venv\Lib\site-packages\debugpy\_vendored\_util.py | _util.py | Python | 1,899 | 0.95 | 0.288136 | 0.085106 | react-lib | 558 | 2024-11-09T08:07:27.290389 | GPL-3.0 | false | 8c64d7465944b877c398a3f873fd8cf1 |
# Copyright (c) Microsoft Corporation. All rights reserved.\n# Licensed under the MIT License. See LICENSE in the project root\n# for license information.\n\nimport contextlib\nfrom importlib import import_module\nimport os\nimport sys\n\nfrom . import _util\n\n\nVENDORED_ROOT = os.path.dirname(os.path.abspath(__file__... | .venv\Lib\site-packages\debugpy\_vendored\__init__.py | __init__.py | Python | 4,004 | 0.95 | 0.261905 | 0.078431 | react-lib | 595 | 2025-03-22T09:16:59.856914 | GPL-3.0 | false | e9d7aeff93e64089e0c8dca35f667e74 |
from _pydevd_bundle.pydevd_constants import (\n get_frame,\n IS_CPYTHON,\n IS_64BIT_PROCESS,\n IS_WINDOWS,\n IS_LINUX,\n IS_MAC,\n DebugInfoHolder,\n LOAD_NATIVE_LIB_FLAG,\n ENV_FALSE_LOWER_VALUES,\n ForkSafeLock,\n PYDEVD_USE_SYS_MONITORING,\n)\nfrom _pydev_bundle._pydev_saved_modules ... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_tracing.py | pydevd_tracing.py | Python | 16,186 | 0.95 | 0.213759 | 0.164634 | vue-tools | 586 | 2024-01-04T03:16:20.522825 | Apache-2.0 | false | 3395a6046902ce613481958b6034781c |
"""\nEntry point module to run code-coverage.\n"""\n\n\ndef is_valid_py_file(path):\n """\n Checks whether the file can be read by the coverage module. This is especially\n needed for .pyx files and .py files with syntax errors.\n """\n import os\n\n is_valid = False\n if os.path.isfile(path) and n... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydev_coverage.py | pydev_coverage.py | Python | 3,204 | 0.95 | 0.184783 | 0.108108 | node-utils | 601 | 2024-12-20T00:54:25.090528 | Apache-2.0 | false | c389673a00735b8fe4336146b8e5b29f |
"""An empty file in pysrc that can be imported (from sitecustomize) to find the location of pysrc"""\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydev_pysrc.py | pydev_pysrc.py | Python | 102 | 0.85 | 0 | 0 | node-utils | 473 | 2025-01-31T10:53:24.412839 | BSD-3-Clause | false | ce440e2e6a21f587124f3ff035fea672 |
"""\nEntry point module to run a file in the interactive console.\n"""\nimport os\nimport sys\nimport traceback\nfrom pydevconsole import InterpreterInterface, process_exec_queue, start_console_server, init_mpl_in_console\nfrom _pydev_bundle._pydev_saved_modules import threading, _queue\n\nfrom _pydev_bundle import pyd... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydev_run_in_console.py | pydev_run_in_console.py | Python | 4,789 | 0.95 | 0.164474 | 0.076923 | python-kit | 793 | 2023-12-13T15:34:14.787093 | GPL-3.0 | false | 119be8711a2c17e985b8ced184d2debd |
r"""\nCopyright: Brainwy Software Ltda.\n\nLicense: EPL.\n=============\n\nWorks for Windows by using an executable that'll inject a dll to a process and call a function.\n\nNote: https://github.com/fabioz/winappdbg is used just to determine if the target process is 32 or 64 bits.\n\nWorks for Linux relying on gdb.\n\n... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_attach_to_process\add_code_to_python_process.py | add_code_to_python_process.py | Python | 23,194 | 0.95 | 0.164179 | 0.171134 | awesome-app | 940 | 2024-03-01T05:15:26.404349 | Apache-2.0 | false | 6a4adb925fa2cf2872278cce7cdf4bf4 |
MZ | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_attach_to_process\attach_amd64.dll | attach_amd64.dll | Other | 48,688 | 0.95 | 0.011737 | 0.011848 | awesome-app | 574 | 2024-12-15T16:19:57.166867 | MIT | false | 2790d1eb87f74b95eeb8e33cf9a310a7 |
import sys\nimport os\n\n\ndef process_command_line(argv):\n setup = {}\n setup["port"] = 5678 # Default port for PyDev remote debugger\n setup["pid"] = 0\n setup["host"] = "127.0.0.1"\n setup["protocol"] = ""\n setup["debug-mode"] = ""\n\n i = 0\n while i < len(argv):\n if argv[i] == "-... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_attach_to_process\attach_pydevd.py | attach_pydevd.py | Python | 2,674 | 0.95 | 0.101124 | 0.013699 | node-utils | 613 | 2024-07-06T05:19:39.040714 | Apache-2.0 | false | ebf2ca8968989e1254b557cfce085743 |
def get_main_thread_instance(threading):\n if hasattr(threading, "main_thread"):\n return threading.main_thread()\n else:\n # On Python 2 we don't really have an API to get the main thread,\n # so, we just get it from the 'shutdown' bound method.\n return threading._shutdown.im_self\n\... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_attach_to_process\attach_script.py | attach_script.py | Python | 8,228 | 0.95 | 0.18408 | 0.201299 | python-kit | 397 | 2024-09-01T03:24:10.699570 | GPL-3.0 | false | 9481b86f669d867e49cf413f84226d8c |
MZ | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_attach_to_process\attach_x86.dll | attach_x86.dll | Other | 43,056 | 0.95 | 0.018587 | 0 | vue-tools | 442 | 2025-03-20T19:04:28.912894 | BSD-3-Clause | false | f1b4f03d2504fe7974bc25b37161a51d |
This folder contains the utilities to attach a target process to the pydev debugger.\n\nThe main module to be called for the attach is:\n\nattach_pydevd.py\n\nit should be called as;\n\npython attach_pydevd.py --port 5678 --pid 1234\n\nNote that the client is responsible for having a remote debugger alive in the given ... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_attach_to_process\README.txt | README.txt | Other | 987 | 0.8 | 0.111111 | 0 | python-kit | 564 | 2024-03-15T01:49:09.966753 | GPL-3.0 | false | 67353b3a049b0cd20487a17362d33f3e |
MZ | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_attach_to_process\run_code_on_dllmain_amd64.dll | run_code_on_dllmain_amd64.dll | Other | 29,240 | 0.8 | 0 | 0.017422 | node-utils | 916 | 2024-04-26T18:08:16.935078 | Apache-2.0 | false | 552dd30477b58d64a86d70a48c6b3e6f |
MZ | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_attach_to_process\run_code_on_dllmain_x86.dll | run_code_on_dllmain_x86.dll | Other | 25,648 | 0.8 | 0 | 0 | vue-tools | 260 | 2024-04-09T18:18:09.905052 | Apache-2.0 | false | b79ee89805232a86cee9fd7a683463c4 |
import sys\nimport struct\n\nprint("Executable: %s" % sys.executable)\nimport os\n\n\ndef loop_in_thread():\n while True:\n import time\n\n time.sleep(0.5)\n sys.stdout.write("#")\n sys.stdout.flush()\n\n\nimport threading\n\nthreading.Thread(target=loop_in_thread).start()\n\n\ndef is_pyt... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_attach_to_process\_always_live_program.py | _always_live_program.py | Python | 727 | 0.95 | 0.15 | 0 | react-lib | 43 | 2024-09-25T06:20:14.671273 | MIT | false | 7d89f6fc9d205e8bd4526a48cf49564c |
import add_code_to_python_process\n\nprint(add_code_to_python_process.run_python_code(3736, "print(20)", connect_debugger_tracing=False))\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_attach_to_process\_check.py | _check.py | Python | 139 | 0.85 | 0 | 0 | awesome-app | 613 | 2024-11-01T07:14:06.453888 | MIT | false | f8a51522322c969d3c671b594aebe922 |
#ifndef _PY_CUSTOM_PYEVAL_SETTRACE_HPP_\n#define _PY_CUSTOM_PYEVAL_SETTRACE_HPP_\n\n#include "python.h"\n#include "py_utils.hpp"\n#include "py_custom_pyeval_settrace_common.hpp"\n#include "py_custom_pyeval_settrace_310.hpp"\n#include "py_custom_pyeval_settrace_311.hpp"\n\n// On Python 3.7 onwards the thread state is no... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_attach_to_process\common\py_custom_pyeval_settrace.hpp | py_custom_pyeval_settrace.hpp | Other | 8,591 | 0.95 | 0.114583 | 0.34375 | node-utils | 557 | 2023-12-02T07:19:48.024307 | Apache-2.0 | false | 204af7312da5d3773121070d93e112fd |
#ifndef _PY_CUSTOM_PYEVAL_SETTRACE_310_HPP_\n#define _PY_CUSTOM_PYEVAL_SETTRACE_310_HPP_\n\n#include "python.h"\n#include "py_utils.hpp"\n\nstatic PyObject *\nInternalCallTrampoline310(PyObject* callback,\n PyFrameObject310 *frame, int what, PyObject *arg)\n{\n PyObject *result;\n PyObject *stack[3... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_attach_to_process\common\py_custom_pyeval_settrace_310.hpp | py_custom_pyeval_settrace_310.hpp | Other | 4,174 | 0.95 | 0.071429 | 0.271739 | awesome-app | 296 | 2023-12-31T23:42:15.342751 | BSD-3-Clause | false | b287d53669c44d7bff0d290702a85c09 |
#ifndef _PY_CUSTOM_PYEVAL_SETTRACE_311_HPP_\n#define _PY_CUSTOM_PYEVAL_SETTRACE_311_HPP_\n\n#include "python.h"\n#include "py_utils.hpp"\n\nstatic PyObject *\nInternalCallTrampoline311(PyObject* callback,\n PyFrameObject311 *frame, int what, PyObject *arg)\n{\n PyObject *result;\n PyObject *stack[3... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_attach_to_process\common\py_custom_pyeval_settrace_311.hpp | py_custom_pyeval_settrace_311.hpp | Other | 4,388 | 0.95 | 0.067227 | 0.28866 | python-kit | 800 | 2024-12-23T16:00:24.537389 | MIT | false | 4bbcfa2a6f383aad70815a6f09c478c2 |
#ifndef _PY_CUSTOM_PYEVAL_SETTRACE_COMMON_HPP_\n#define _PY_CUSTOM_PYEVAL_SETTRACE_COMMON_HPP_\n\n#include "python.h"\n#include "py_utils.hpp"\n\nstruct InternalInitializeCustomPyEvalSetTrace {\n PyObject* pyNone;\n PyTuple_New* pyTuple_New;\n _PyObject_FastCallDict* pyObject_FastCallDict;\n PyEval_CallObje... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_attach_to_process\common\py_custom_pyeval_settrace_common.hpp | py_custom_pyeval_settrace_common.hpp | Other | 1,931 | 0.95 | 0.065574 | 0.230769 | node-utils | 565 | 2024-05-06T04:05:33.551677 | BSD-3-Clause | false | 5514ab5ddf3eade24020aa5e54d8f620 |
#ifndef _PY_SETTRACE_HPP_\n#define _PY_SETTRACE_HPP_\n\n#include "ref_utils.hpp"\n#include "py_utils.hpp"\n#include "python.h"\n#include "py_custom_pyeval_settrace.hpp"\n#include <unordered_set>\n\n\n#ifdef _WIN32\n\ntypedef HMODULE MODULE_TYPE;\n#else // LINUX ----------------------------------------------------------... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_attach_to_process\common\py_settrace.hpp | py_settrace.hpp | Other | 7,875 | 0.95 | 0.14433 | 0.12987 | vue-tools | 328 | 2024-08-03T10:25:14.626324 | MIT | false | b7748f26f998860f036be926035e9f1d |
#ifndef _PY_UTILS_HPP_\n#define _PY_UTILS_HPP_\n\ntypedef int (Py_IsInitialized)();\ntypedef PyInterpreterState* (PyInterpreterState_Head)();\ntypedef enum { PyGILState_LOCKED, PyGILState_UNLOCKED } PyGILState_STATE;\ntypedef PyGILState_STATE(PyGILState_Ensure)();\ntypedef void (PyGILState_Release)(PyGILState_STATE);\n... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_attach_to_process\common\py_utils.hpp | py_utils.hpp | Other | 3,949 | 0.95 | 0.047619 | 0.205882 | python-kit | 183 | 2025-07-01T10:14:21.688288 | GPL-3.0 | false | 65ff7bdfbf618072535b072bd78c6cec |
\n#ifndef __PY_VERSION_HPP__\n#define __PY_VERSION_HPP__\n\n\n#include <cstring>\n\nenum PythonVersion {\n PythonVersion_Unknown,\n PythonVersion_25 = 0x0205,\n PythonVersion_26 = 0x0206,\n PythonVersion_27 = 0x0207,\n PythonVersion_30 = 0x0300,\n PythonVersion_31 = 0x0301,\n PythonVersion_32 = 0x0... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_attach_to_process\common\py_version.hpp | py_version.hpp | Other | 3,009 | 0.95 | 0.123711 | 0.097561 | node-utils | 658 | 2025-01-19T00:28:40.669651 | GPL-3.0 | false | 3542d761cd850f60a4b796429c5b41ac |
#ifndef _REF_UTILS_HPP_\n#define _REF_UTILS_HPP_\n\n\nPyObject* GetPyObjectPointerNoDebugInfo(bool isDebug, PyObject* object) {\n if (object != nullptr && isDebug) {\n // debug builds have 2 extra pointers at the front that we don't care about\n return (PyObject*)((size_t*)object + 2);\n }\n retu... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_attach_to_process\common\ref_utils.hpp | ref_utils.hpp | Other | 1,537 | 0.95 | 0.064516 | 0.081633 | react-lib | 518 | 2024-03-05T13:18:24.570534 | GPL-3.0 | false | 0202eb318b1fdba2acf750bc2e2bb5ab |
/attach_x86.dylib\n/attach_x86_64.dylib\n/attach_linux_x86.o\n/attach_linux_x86_64.o\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_attach_to_process\linux_and_mac\.gitignore | .gitignore | Other | 86 | 0.5 | 0 | 0 | react-lib | 472 | 2024-04-08T11:09:05.445822 | GPL-3.0 | false | 5ef39df7c34dc95013e28570bc1893f9 |
// This is much simpler than the windows version because we're using gdb and\n// we assume that gdb will call things in the correct thread already.\n\n//compile with: g++ -shared -o attach_linux.so -fPIC -nostartfiles attach_linux.c\n\n\n#include <stdio.h>\n#include <stdlib.h>\n#include <dlfcn.h>\n#include <stdbool.h>\... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_attach_to_process\linux_and_mac\attach.cpp | attach.cpp | C++ | 3,814 | 0.95 | 0.09009 | 0.308642 | python-kit | 532 | 2025-01-30T21:51:21.878723 | GPL-3.0 | false | a0c65828b66ed1c8645cdb43b53c3b56 |
set -e\n\nARCH="$(uname -m)"\ncase $ARCH in\n i*86) SUFFIX=x86;;\n x86_64*) SUFFIX=amd64;;\n *) echo >&2 "unsupported: $ARCH"; exit 1;;\nesac\n\nSRC="$(dirname "$0")/.."\ng++ -std=c++11 -shared -fPIC -O2 -D_FORTIFY_SOURCE=2 -nostartfiles --stack-protector-strong $SRC/linux_and_mac/attach.cpp -o $SRC/attach_lin... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_attach_to_process\linux_and_mac\compile_linux.sh | compile_linux.sh | Shell | 335 | 0.7 | 0 | 0.111111 | awesome-app | 687 | 2024-11-01T16:14:41.451793 | BSD-3-Clause | false | f5645ff85a3688589a4a15963d3c5763 |
set -e\nSRC="$(dirname "$0")/.."\ng++ -fPIC -D_REENTRANT -std=c++11 -D_FORTIFY_SOURCE=2 -arch x86_64 -c $SRC/linux_and_mac/attach.cpp -o $SRC/attach_x86_64.o\ng++ -dynamiclib -nostartfiles -arch x86_64 -lc $SRC/attach_x86_64.o -o $SRC/attach_x86_64.dylib\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_attach_to_process\linux_and_mac\compile_mac.sh | compile_mac.sh | Shell | 256 | 0.7 | 0 | 0 | node-utils | 941 | 2025-06-04T23:58:27.719906 | GPL-3.0 | false | 13f35380e7120a972226263ca186afa9 |
:: WARNING: manylinux1 images are based on CentOS 5, which requires vsyscall to be available on\n:: the host. For any recent version of Linux, this requires passing vsyscall=emulate during boot.\n:: For WSL, add the following to your .wslconfig:\n::\n:: [wsl2]\n:: kernelCommandLine = vsyscall=emulate\n\ndocker run ... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_attach_to_process\linux_and_mac\compile_manylinux.cmd | compile_manylinux.cmd | Other | 683 | 0.85 | 0 | 0 | vue-tools | 919 | 2025-07-09T17:16:38.047612 | BSD-3-Clause | false | e829bfcb6d4cdb3cc97c06abbb7aefc2 |
# This file is meant to be run inside lldb\n# It registers command to load library and invoke attach function\n# Also it marks process threads to to distinguish them from debugger\n# threads later while settings trace in threads\n\n\ndef load_lib_and_attach(debugger, command, result, internal_dict):\n import shlex\n... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_attach_to_process\linux_and_mac\lldb_prepare.py | lldb_prepare.py | Python | 1,734 | 0.95 | 0.181818 | 0.142857 | awesome-app | 604 | 2024-06-25T10:54:06.212499 | BSD-3-Clause | false | 5738b07d7917495f0f3590822d97c7f9 |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_attach_to_process\linux_and_mac\__pycache__\lldb_prepare.cpython-313.pyc | lldb_prepare.cpython-313.pyc | Other | 2,315 | 0.8 | 0 | 0.114286 | awesome-app | 111 | 2023-10-26T15:40:09.648621 | GPL-3.0 | false | bd0434ffd8bbc2a9e4dcb9c357aa1218 |
#!~/.wine/drive_c/Python25/python.exe\n# -*- coding: utf-8 -*-\n\n# Copyright (c) 2009-2014, Mario Vilas\n# All rights reserved.\n#\n# Redistribution and use in source and binary forms, with or without\n# modification, are permitted provided that the following conditions are met:\n#\n# * Redistributions of source c... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_attach_to_process\winappdbg\disasm.py | disasm.py | Python | 25,106 | 0.95 | 0.124128 | 0.212693 | python-kit | 965 | 2023-11-24T11:36:28.092304 | BSD-3-Clause | false | 8143c0f86b58a60d4163bc1f62c2801f |
#!~/.wine/drive_c/Python25/python.exe\n# -*- coding: utf-8 -*-\n\n# Process memory finder\n# Copyright (c) 2009-2014, Mario Vilas\n# All rights reserved.\n#\n# Redistribution and use in source and binary forms, with or without\n# modification, are permitted provided that the following conditions are met:\n#\n# * Re... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_attach_to_process\winappdbg\search.py | search.py | Python | 23,902 | 0.95 | 0.146747 | 0.133843 | react-lib | 888 | 2025-04-01T20:31:20.475448 | BSD-3-Clause | false | 209aef1283cce06a91a3ee506f28cec8 |
#!~/.wine/drive_c/Python25/python.exe\n# -*- coding: utf-8 -*-\n\n# Copyright (c) 2009-2014, Mario Vilas\n# All rights reserved.\n#\n# Redistribution and use in source and binary forms, with or without\n# modification, are permitted provided that the following conditions are met:\n#\n# * Redistributions of source c... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_attach_to_process\winappdbg\textio.py | textio.py | Python | 61,387 | 0.75 | 0.144481 | 0.048146 | react-lib | 241 | 2025-01-28T15:25:47.177927 | GPL-3.0 | false | e8918da94965777b530aff44278221a1 |
#!~/.wine/drive_c/Python25/python.exe\n# -*- coding: utf-8 -*-\n\n# Copyright (c) 2009-2014, Mario Vilas\n# All rights reserved.\n#\n# Redistribution and use in source and binary forms, with or without\n# modification, are permitted provided that the following conditions are met:\n#\n# * Redistributions of source c... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_attach_to_process\winappdbg\window.py | window.py | Python | 24,770 | 0.95 | 0.164675 | 0.08985 | node-utils | 443 | 2025-07-06T14:38:20.988187 | Apache-2.0 | false | 07f866b12b11a4014ff3752aea7a8aa3 |
#!~/.wine/drive_c/Python25/python.exe\n# -*- coding: utf-8 -*-\n\n# Copyright (c) 2009-2014, Mario Vilas\n# All rights reserved.\n#\n# Redistribution and use in source and binary forms, with or without\n# modification, are permitted provided that the following conditions are met:\n#\n# * Redistributions of source c... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_attach_to_process\winappdbg\__init__.py | __init__.py | Python | 7,129 | 0.95 | 0.012146 | 0.272727 | node-utils | 84 | 2024-04-18T23:28:24.695734 | GPL-3.0 | false | c7a32aae73e0e42ce9d43e81f4f8fde2 |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_attach_to_process\winappdbg\win32\__pycache__\context_amd64.cpython-313.pyc | context_amd64.cpython-313.pyc | Other | 19,932 | 0.8 | 0.01227 | 0.012422 | awesome-app | 613 | 2024-05-16T10:16:36.422934 | Apache-2.0 | false | ad38dd1a396500693cbc99c9fb18e3f1 |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_attach_to_process\winappdbg\win32\__pycache__\context_i386.cpython-313.pyc | context_i386.cpython-313.pyc | Other | 11,865 | 0.8 | 0.022472 | 0.011494 | vue-tools | 110 | 2023-07-23T08:41:27.939911 | MIT | false | 4be64617c3ec2f8fccc89fbbbf6c3ba4 |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_attach_to_process\winappdbg\win32\__pycache__\dbghelp.cpython-313.pyc | dbghelp.cpython-313.pyc | Other | 35,718 | 0.8 | 0.015385 | 0.005181 | vue-tools | 663 | 2023-10-23T16:39:07.253422 | Apache-2.0 | false | 4c253baf93bd80d98195d482c13b44ad |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_attach_to_process\winappdbg\win32\__pycache__\defines.cpython-313.pyc | defines.cpython-313.pyc | Other | 22,518 | 0.95 | 0.133663 | 0 | awesome-app | 157 | 2024-07-18T10:56:09.736546 | BSD-3-Clause | false | 988df13c1cda5833ea5f75175f6bdf48 |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_attach_to_process\winappdbg\win32\__pycache__\gdi32.cpython-313.pyc | gdi32.cpython-313.pyc | Other | 13,734 | 0.8 | 0.00565 | 0 | vue-tools | 461 | 2024-02-06T07:58:18.494910 | MIT | false | 31941b70fde2aff830db2eebe6762250 |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_attach_to_process\winappdbg\win32\__pycache__\ntdll.cpython-313.pyc | ntdll.cpython-313.pyc | Other | 15,827 | 0.8 | 0.011905 | 0.060241 | node-utils | 26 | 2025-06-24T22:30:16.747230 | Apache-2.0 | false | 45f3b98d1ad0686f0e8377e2108ef3b5 |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_attach_to_process\winappdbg\win32\__pycache__\peb_teb.cpython-313.pyc | peb_teb.cpython-313.pyc | Other | 61,001 | 0.6 | 0.000694 | 0.013928 | node-utils | 5 | 2024-04-02T15:31:40.504522 | MIT | false | f6630865db1e112a20b301dac1e0804c |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_attach_to_process\winappdbg\win32\__pycache__\psapi.cpython-313.pyc | psapi.cpython-313.pyc | Other | 13,174 | 0.8 | 0.009174 | 0 | react-lib | 31 | 2025-05-25T12:48:39.442434 | GPL-3.0 | false | a86a0827f70584a6f06cd782ec0faf57 |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_attach_to_process\winappdbg\win32\__pycache__\shell32.cpython-313.pyc | shell32.cpython-313.pyc | Other | 12,945 | 0.8 | 0.010638 | 0.022222 | awesome-app | 350 | 2023-10-02T10:34:13.702314 | BSD-3-Clause | false | d836bdd711df50173165691518c06859 |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_attach_to_process\winappdbg\win32\__pycache__\shlwapi.cpython-313.pyc | shlwapi.cpython-313.pyc | Other | 28,559 | 0.8 | 0.006803 | 0 | vue-tools | 23 | 2023-12-31T11:58:00.719978 | Apache-2.0 | false | 3de0ca2f1805528f68b8357a667e0582 |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_attach_to_process\winappdbg\win32\__pycache__\user32.cpython-313.pyc | user32.cpython-313.pyc | Other | 60,647 | 0.75 | 0.033841 | 0.001852 | vue-tools | 663 | 2024-12-17T23:27:27.724806 | Apache-2.0 | false | 19a32afd965e125839e4e2329e187f78 |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_attach_to_process\winappdbg\win32\__pycache__\version.cpython-313.pyc | version.cpython-313.pyc | Other | 31,977 | 0.95 | 0.056497 | 0.009259 | node-utils | 833 | 2025-04-07T03:14:29.995058 | GPL-3.0 | false | ff3cfdf3a5007c987f2d2b8734e48056 |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_attach_to_process\winappdbg\win32\__pycache__\wtsapi32.cpython-313.pyc | wtsapi32.cpython-313.pyc | Other | 6,343 | 0.8 | 0.022222 | 0 | awesome-app | 356 | 2025-06-22T22:16:59.227129 | MIT | false | dcea43bdc1544a39d2f94320f8e85db6 |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_attach_to_process\winappdbg\win32\__pycache__\__init__.cpython-313.pyc | __init__.cpython-313.pyc | Other | 1,994 | 0.8 | 0 | 0 | react-lib | 44 | 2024-10-16T00:00:22.178448 | BSD-3-Clause | false | 17ae6107579f96f6c669af0c9c0a3dcb |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_attach_to_process\winappdbg\__pycache__\compat.cpython-313.pyc | compat.cpython-313.pyc | Other | 6,723 | 0.95 | 0 | 0 | python-kit | 289 | 2024-12-03T01:27:25.761430 | BSD-3-Clause | false | 8404926ed336f2999ef975fa058962f9 |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_attach_to_process\winappdbg\__pycache__\crash.cpython-313.pyc | crash.cpython-313.pyc | Other | 66,665 | 0.75 | 0.075047 | 0 | react-lib | 539 | 2025-04-24T09:09:25.667055 | GPL-3.0 | false | f6245c63d02f9b350ac49e5fa4b0fe87 |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_attach_to_process\winappdbg\__pycache__\debug.cpython-313.pyc | debug.cpython-313.pyc | Other | 52,131 | 0.95 | 0.063275 | 0 | python-kit | 2 | 2023-09-15T01:12:50.431907 | BSD-3-Clause | false | e3dd137224ced5b10c3347a3b4bed9b1 |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_attach_to_process\winappdbg\__pycache__\disasm.cpython-313.pyc | disasm.cpython-313.pyc | Other | 19,865 | 0.95 | 0.032374 | 0 | python-kit | 763 | 2024-08-21T14:28:10.520866 | GPL-3.0 | false | 845a9a2e799878abab055c2ebe8980e6 |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_attach_to_process\winappdbg\__pycache__\event.cpython-313.pyc | event.cpython-313.pyc | Other | 67,251 | 0.75 | 0.083257 | 0.028261 | vue-tools | 485 | 2024-04-08T22:55:43.409567 | MIT | false | f448470b779d36f9020cfc7628a153e2 |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_attach_to_process\winappdbg\__pycache__\interactive.cpython-313.pyc | interactive.cpython-313.pyc | Other | 94,367 | 0.6 | 0.023055 | 0.005988 | python-kit | 912 | 2024-05-21T17:48:19.836941 | GPL-3.0 | false | 8bbe9c052fbf963d68b8a47c1595a9c0 |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_attach_to_process\winappdbg\__pycache__\module.cpython-313.pyc | module.cpython-313.pyc | Other | 62,672 | 0.75 | 0.105708 | 0 | react-lib | 615 | 2023-12-10T03:06:18.322119 | BSD-3-Clause | false | da03e1685028927dd909dcc5612e9f64 |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_attach_to_process\winappdbg\__pycache__\registry.cpython-313.pyc | registry.cpython-313.pyc | Other | 24,228 | 0.95 | 0.027027 | 0 | node-utils | 562 | 2024-12-23T21:23:19.053316 | MIT | false | 4ef8c4ae946281e2e6bb01ad1fba816c |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_attach_to_process\winappdbg\__pycache__\search.cpython-313.pyc | search.cpython-313.pyc | Other | 20,047 | 0.95 | 0.082294 | 0.012121 | node-utils | 658 | 2023-11-30T00:38:20.392575 | Apache-2.0 | false | f9e460b1de2080ddcffccf2ce9b01bdd |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_attach_to_process\winappdbg\__pycache__\sql.cpython-313.pyc | sql.cpython-313.pyc | Other | 33,827 | 0.95 | 0.041841 | 0.007246 | node-utils | 59 | 2023-08-31T07:49:23.495304 | BSD-3-Clause | false | 72a98a78a7d62a93074e088ea31a6d5d |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_attach_to_process\winappdbg\__pycache__\system.cpython-313.pyc | system.cpython-313.pyc | Other | 44,815 | 0.95 | 0.076037 | 0.021552 | python-kit | 440 | 2025-01-11T05:21:59.629322 | GPL-3.0 | false | f3c19eb83828f03b2c983850254d4fff |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_attach_to_process\winappdbg\__pycache__\textio.cpython-313.pyc | textio.cpython-313.pyc | Other | 64,412 | 0.75 | 0.045093 | 0 | awesome-app | 537 | 2024-02-18T09:58:09.991089 | Apache-2.0 | false | 2351cad6bf78704db7a3b97aa42f0e53 |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_attach_to_process\winappdbg\__pycache__\thread.cpython-313.pyc | thread.cpython-313.pyc | Other | 77,232 | 0.75 | 0.058775 | 0 | node-utils | 970 | 2024-06-14T21:15:50.383434 | Apache-2.0 | false | 8b46ccebafb3fc4e430a394bc2159555 |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_attach_to_process\winappdbg\__pycache__\util.cpython-313.pyc | util.cpython-313.pyc | Other | 29,798 | 0.95 | 0.082873 | 0 | vue-tools | 475 | 2025-02-22T01:08:28.023077 | MIT | false | ad7f0fff963989520277f08f4788066b |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_attach_to_process\winappdbg\__pycache__\window.cpython-313.pyc | window.cpython-313.pyc | Other | 25,970 | 0.95 | 0.090909 | 0 | react-lib | 641 | 2024-11-12T02:54:11.591794 | BSD-3-Clause | false | 53bdb497d4090612aba224cf86618e6f |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_attach_to_process\winappdbg\__pycache__\__init__.cpython-313.pyc | __init__.cpython-313.pyc | Other | 4,241 | 0.8 | 0.020833 | 0 | python-kit | 478 | 2024-08-14T01:59:42.518420 | MIT | false | aeaafb7e9c95cd4334999aa8babc28de |
/* ****************************************************************************\n*\n* Copyright (c) Microsoft Corporation.\n*\n* This source code is subject to terms and conditions of the Apache License, Version 2.0. A\n* copy of the license can be found in the License.html file at the root of this distribution. If\n* ... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_attach_to_process\windows\attach.cpp | attach.cpp | C++ | 28,624 | 0.95 | 0.15625 | 0.286252 | vue-tools | 925 | 2024-05-17T19:29:19.994460 | GPL-3.0 | false | 4857a11d438b00c91da9efdec93d1185 |
/* ****************************************************************************\n *\n * Copyright (c) Brainwy software Ltda.\n *\n * This source code is subject to terms and conditions of the Apache License, Version 2.0. A\n * copy of the license can be found in the License.html file at the root of this distribution. I... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_attach_to_process\windows\attach.h | attach.h | C | 1,902 | 0.95 | 0.035714 | 0.553191 | vue-tools | 426 | 2024-01-17T23:26:02.029830 | BSD-3-Clause | false | 292bb980a09474013c1a5108647cbd3d |
:: This script compiles the attach and inject DLLs for x86 and x64 architectures.\n\nsetlocal\n@cd /d %~dp0\n\n@set VSWHERE=%ProgramFiles(x86)%\Microsoft Visual Studio\Installer\vswhere.exe\n@echo Using vswhere at %VSWHERE%\n@for /f "usebackq tokens=*" %%i in (`"%VSWHERE%" -prerelease -latest -products * -requires Micr... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_attach_to_process\windows\compile_windows.bat | compile_windows.bat | Other | 2,203 | 0.85 | 0.046512 | 0 | awesome-app | 720 | 2024-10-20T20:10:29.489834 | GPL-3.0 | false | ffa44d983ae77a86fde82ae9ffc39bb2 |
#include <iostream>\n#include <windows.h>\n#include <stdio.h>\n#include <conio.h>\n#include <tchar.h>\n#include <tlhelp32.h>\n\n#pragma comment(lib, "kernel32.lib")\n#pragma comment(lib, "user32.lib")\n\n// Helper to free data when we leave the scope.\nclass DataToFree {\npublic:\n HANDLE hProcess;\n HANDLE snaps... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_attach_to_process\windows\inject_dll.cpp | inject_dll.cpp | C++ | 4,925 | 0.95 | 0.120301 | 0.165138 | vue-tools | 702 | 2024-11-27T06:50:26.040747 | BSD-3-Clause | false | 888a9b234eab47b3398f61b4db517adc |
#ifndef _PY_WIN_HELPERS_HPP_\n#define _PY_WIN_HELPERS_HPP_\n\nbool IsPythonModule(HMODULE module, bool &isDebug) {\n wchar_t mod_name[MAX_PATH];\n isDebug = false;\n if (GetModuleBaseName(GetCurrentProcess(), module, mod_name, MAX_PATH)) {\n if (_wcsnicmp(mod_name, L"python", 6) == 0) {\n if ... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_attach_to_process\windows\py_win_helpers.hpp | py_win_helpers.hpp | Other | 2,555 | 0.95 | 0.144737 | 0.076923 | python-kit | 698 | 2024-06-20T08:47:26.249353 | Apache-2.0 | false | 124ebdf8de0e15381240bf33dfd39ab0 |
#ifndef _PY_RUN_CODE_IN_MEMORY_HPP_\n#define _PY_RUN_CODE_IN_MEMORY_HPP_\n\n#include <iostream>\n#include "attach.h"\n#include "stdafx.h"\n\n#include <windows.h>\n#include <stdio.h>\n#include <conio.h>\n#include <tchar.h>\n\n#include "../common/python.h"\n#include "../common/ref_utils.hpp"\n#include "../common/py_utils... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_attach_to_process\windows\run_code_in_memory.hpp | run_code_in_memory.hpp | Other | 3,470 | 0.95 | 0.052174 | 0.32967 | awesome-app | 582 | 2023-10-08T17:28:50.204628 | Apache-2.0 | false | 830335fd76c7efd0baf7d30dc474b8b2 |
#include <iostream>\n#include <thread>\n#include "attach.h"\n#include "stdafx.h"\n\n#include <windows.h>\n#include <stdio.h>\n#include <conio.h>\n#include <tchar.h>\n\ntypedef int (_RunCodeInMemoryInAttachedDll)();\n\nHINSTANCE globalDllInstance = NULL;\n\nclass NotificationHelper {\npublic:\n#pragma warning( push )\n#... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_attach_to_process\windows\run_code_on_dllmain.cpp | run_code_on_dllmain.cpp | C++ | 2,594 | 0.95 | 0.115385 | 0.328358 | react-lib | 346 | 2024-01-25T10:50:36.572550 | GPL-3.0 | false | 79b4e95748900b8d2399935046bccfb9 |
/* ****************************************************************************\n *\n * Copyright (c) Microsoft Corporation. \n *\n * This source code is subject to terms and conditions of the Apache License, Version 2.0. A \n * copy of the license can be found in the License.html file at the root of this distribution.... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_attach_to_process\windows\stdafx.cpp | stdafx.cpp | C++ | 1,021 | 0.8 | 0 | 1 | python-kit | 695 | 2024-03-14T00:05:52.154094 | GPL-3.0 | false | e7e858582f121e1d33cadbf67d06f6e6 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.