Hi,
I tried to debug IDAPython code according to your blog post.
http://sark.readthedocs.io/en/latest/debugging.html
I could install required packages and attach to IDA but I cannot break the execution.
For example, I set the breakpoint in the following code but it was ignored and print the message.

Any thought?
The attaching looks working and message is also displayed in VS output window.
I use IDA 7.0/6.95 and PTVS 2.2.6.
Hi,
I tried to debug IDAPython code according to your blog post.
http://sark.readthedocs.io/en/latest/debugging.html
I could install required packages and attach to IDA but I cannot break the execution.
For example, I set the breakpoint in the following code but it was ignored and print the message.
Any thought?
The attaching looks working and message is also displayed in VS output window.
I use IDA 7.0/6.95 and PTVS 2.2.6.