Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cannot break at the breakpoint when debugging IDAPython code by VisualStudio #72

Open
TakahiroHaruyama opened this issue Dec 21, 2017 · 4 comments

Comments

@TakahiroHaruyama
Copy link

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.

screen shot 2017-12-21 at 8 21 42 pm

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.

@tmr232
Copy link
Owner

tmr232 commented Jan 2, 2018

I've had issues with that as well.
Sadly, I only have it working intermittently for me now, with no actual fix.

@TakahiroHaruyama
Copy link
Author

ok, thanks for reply.

@richsurgenor
Copy link

Any fix for this method of debugging on IDA 7.2?

@tmr232
Copy link
Owner

tmr232 commented May 19, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants