ioncodes / idacode

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

Pycharm support #40

Open GentleCP opened 10 months ago

GentleCP commented 10 months ago

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

ioncodes commented 10 months 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 10 months 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.