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

Pycharm support #40

Open GentleCP opened 1 year ago

GentleCP commented 1 year ago

Thanks for the useful extension. Do you have any plans about migrating the extension to pycharm plugin market?

ioncodes commented 1 year ago

I wasn't going to as I don't use PyCharm personally, I might work on this tho. Depends how much work it would be to change the debugpy-related code to be compatible with PyCharm. Do you have any experience with this?

GentleCP commented 1 year ago

Sorry about that I have no experience on pycharm plugin development. It's only a suggestion since many pythoner love to use pycharm as their IDE. It would be grateful if idacode could support pycharm as well. Maybe it could be set as a feature (todo) and open to github developers, and I hope someone could finish this work. Anyway, thanks again for your awesome extension.