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

pydbg can not set breakpoints on 32 bit processes #2

Closed
awreece opened this issue Oct 23, 2012 · 1 comment
Closed

pydbg can not set breakpoints on 32 bit processes #2

awreece opened this issue Oct 23, 2012 · 1 comment

Comments

@awreece
Copy link

awreece commented Oct 23, 2012

I have been unable to get pydbg to set breakpoints on a 32 bit process. When I run 32 bit python

VERSIONER_PYTHON_PREFER_32_BIT=yes python

I can successfully attach and set breakpoints on 32 processes, but under 64 bit python

python

I can only attach but cannot set breakpoints.

@gdbinit
Copy link
Owner

gdbinit commented Oct 28, 2012

Just to leave a public trail since we already talked about it.
There's a one to one correspondence between the python version and target version.
So 32bits python for 32bits targets, and 64bits python for 64bits targets.

@gdbinit gdbinit closed this as completed Oct 28, 2012
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

2 participants