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

Is it supported on Ubuntu? and i got some trouble ;ida can not install idacode plugin #30

Closed xjy-xing closed 3 years ago

xjy-xing commented 3 years ago

Warning idacode.py. invalid Python installation: unable to open /home/alay/Desktop/ida/lilb/python2.7/coniglMakefle (No such file o drectory)Traceback (most recent call last):

image

File "/home/alay/Desktop/ida_dt/ida_in/python/idaapi.py", line 558, in lDAPython_ExecScript execfile(script, g)

File "/home/alay/Desktop/ida_dt/ida_in/plugins/idacode.py", line 3, in import idacode_utils.plugin as plugin File "/home/alay/Desktop/ida_dt/ida_in/plugins/idacode_utils/plugin.py" , line 8, in import idacode_utils.dbg as dbg File "/home/alay/Desktop/ida_dt/ida_in/plugins/idacode_utils/dbg.py", line 2, in from debugpy.server import api File "/home/alay/Desktop/ida_dt/ida_in/python/lib/python2.7/debugpy/server/init.py", line 9, in import debugpy._vendored.force_pydevd # noqa File "/home/alay/Desktop/lida_dtlida_in/python/ib/python2.7/debugpyl_vendored/force pydevd.py", line 54, in 'pydevd', File "/home/alay/Desktop/ida_dt/ida_in/python/lib/

xjy-xing commented 3 years ago

I reconfigured the environment in Windows and everything worked without error, thank you very much

ioncodes commented 3 years ago

Glad it works!

ioncodes commented 3 years ago

Let me know if you have future questions about Ubuntu. It should work, however, your screenshot suggests that there's something wrong with your Python/IDA installation as it's trying to load a Makefile.