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
I looked into this project with the hopes of getting proper IDE integration. I figured I could connect to the IPyIda Jupyter notebook with PyCharm to get at least basic execution ability. I couldn't get it to work by using either remote Jupyter connections or a remote debug server in PyCharm, at least not reliably.
When creating a new Jupyter project in PyCharm I forgot to set up the remote notebook and found that everything just works. So install PyCharm professional and create a Jupyter notebook project, open IDA and install IPyIda and that's it. Everything just works. Code completion, remote debugging, and with the IDA Python folder included in PyCharm full tab completion, parameter suggestions, etc. Adding Github Copilot and you have a really nice dev environment.
So I'm not sure if this is default, or if it's something else I did, but I'm loving it. It makes IDA scripting way less painful. Maybe worth adding to the readme?
The text was updated successfully, but these errors were encountered:
I looked into this project with the hopes of getting proper IDE integration. I figured I could connect to the IPyIda Jupyter notebook with PyCharm to get at least basic execution ability. I couldn't get it to work by using either remote Jupyter connections or a remote debug server in PyCharm, at least not reliably.
When creating a new Jupyter project in PyCharm I forgot to set up the remote notebook and found that everything just works. So install PyCharm professional and create a Jupyter notebook project, open IDA and install IPyIda and that's it. Everything just works. Code completion, remote debugging, and with the IDA Python folder included in PyCharm full tab completion, parameter suggestions, etc. Adding Github Copilot and you have a really nice dev environment.
So I'm not sure if this is default, or if it's something else I did, but I'm loving it. It makes IDA scripting way less painful. Maybe worth adding to the readme?
The text was updated successfully, but these errors were encountered: