You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before creating a new issue, please check the FAQ to see if your question is answered there.
Environment data
debugpy version: 1.6.6 (run import debugpy; print(debugpy.__version__) if uncertain)
OS and version: Win64
Python version (& distribution if applicable, e.g. Anaconda): 3.9.13
Using VS Code or Visual Studio: CODE
Actual behavior
The Wheel RECORD file has the statement:
debugpy/_vendored/pydevd/pydevd_attach_to_process/run_code_on_dllmain_amd64.dll,sha256=O5iYwJrOTR0TnCttACPTS97fdu7IDKCWPfYVDWWnyj8,16896
Which states that the file size is 16896 bytes, while the actual file is: 27048 bytes.
Expected behavior
The RECORD should be corrected
Steps to reproduce:
Expand the zip file and compare the RECORD and the actual expanded files.
The text was updated successfully, but these errors were encountered:
Before creating a new issue, please check the FAQ to see if your question is answered there.
Environment data
import debugpy; print(debugpy.__version__)
if uncertain)Actual behavior
The Wheel RECORD file has the statement:
debugpy/_vendored/pydevd/pydevd_attach_to_process/run_code_on_dllmain_amd64.dll,sha256=O5iYwJrOTR0TnCttACPTS97fdu7IDKCWPfYVDWWnyj8,16896
Which states that the file size is 16896 bytes, while the actual file is: 27048 bytes.
Expected behavior
The RECORD should be corrected
Steps to reproduce:
The text was updated successfully, but these errors were encountered: