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 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.
The text was updated successfully, but these errors were encountered:
I did not get to play with it yet, so I cannot answer that.
As for debugging - it might be that the timing of the first connection changes functionality.
IIRC, I had to first load a binary into IDA before connecting the debugger or it failed to work. It might be worth trying that out.
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.
The text was updated successfully, but these errors were encountered: