ioncodes / idacode

An integration for IDA and VS Code which connects both to easily execute and debug IDAPython scripts.
725 stars 77 forks source link

Unable to attach debugger after debugpy 1.0.0 release #19

Closed ViRb3 closed 3 years ago

ViRb3 commented 4 years ago

Something has changed between debugpy 1.0.0rc2 and 1.0.0, because on the latter I get the following error every time I try to attach the debugger from VSCode:

Can't find input file 'C:\Users\User\AppData\Local\Programs\Python\Python39\lib\site-packages\debugpy\adapter'

Workaround:

pip install --user debugpy===1.0.0rc2
ioncodes commented 4 years ago

Need to check what they changed in the new version. Will fix it by forcing the rc2 version for now

ioncodes commented 3 years ago

Should work with the latest released version.