puppywang
puppywang
> 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 @ioncodes I did add breakpoint first, and then create...
I just create a directory named idacode, not debug plugin code, here is the files in that directory, please check. [idacode.zip](https://github.com/ioncodes/idacode/files/5073945/idacode.zip) Yes, I can confirm that the directory is correct...
I put the same line as yours, but it is not working, maybe something todo with python version? I use python2.7 shipped with IDA 7.0.
Place it in plugin folder, and change some code due to python 2.7 don't have asyncio. You can find the change here: https://github.com/ioncodes/idacode/pull/13/files/0319005853db6e2b126fd0b731abdf8380f438ae
Got, I will try to fix it ASAP.
> In a previous comment I was asking "How do we test this?". This is a question we need to find an answer to. We like to have continuous integration...
> Additionally the tests hang randomly on my raspberrypi inside native.(*nativeThread).singleStep. Got, let me check with my arm device.
> Also got a raspberry pi and can't run dlv >  > would take some time to try this branch and see if it works on raspberry pi 4b+...
We've integrate the new code in our app and waiting for our QA to ensure that everything is OK. I will report back soon.
Sorry for late reply, as we provide SDK for other team in our company, It need more time to verify before it could be use in online environment.