Layle

Results 59 comments of Layle

To break in the code make sure to call `breakpoint` before you attempt to break on VS Code's "dots". https://github.com/ioncodes/idacode#debugging

I'll close this for now, if there's still an issue feel free to reopen the issue!

Are you debugging an IDA plugin? Can you show me parts of the source code?

From the adapter logs: ```json Client[1]

I just tried this on IDA 7.5 with Python 3, where did you put the "breakpoint" line? ![image](https://user-images.githubusercontent.com/18533297/90277807-88b7d180-de66-11ea-9c27-58b28b84757f.png)

It may indeed be an issue with Python 2.7 and IDA 7.0. I'll check whether it works for me on that version.

How did you load the plugin in that version of IDA? I placed the files in the plugin directory but it isn't being loaded.

Can you specify what you mean with "bug" and "fix theme"?

That means something is already using that port. Perhaps it's being used by another software or it's a reserved port. Can you test out a simple idapy script (not a...

I see, I wrongly assumed you guys force reloaded IDACode or something. Have you tried using a different folder? It may be some sort of path issue to the plugins...