-
Notifications
You must be signed in to change notification settings - Fork 99
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
Unable to attach IDA Pro to Visual Studio #93
Comments
Same problem here. Any solution? |
Same. ptvsd version 4.3.2, IDA (64-bit) 7.6. Attaching to the IDA process hangs for about 10 seconds, and then produces the same message box from the screenshot above. |
Sorry for the very delayed response everyone... So it seems that https://github.com/Microsoft/ptvsd has been deprecated in favor of https://github.com/microsoft/debugpy/ Trying to call |
I wound up using IDACode through VSCode. It took me a few hours to get it working. After enabling logging, I found an issue with the code, which I solved with a one-line patch here. Here are the steps I used:
|
Use the legacy debugger Use the legacy debugger not work for me. For debugpy no need to call debugpy.listen(5678) explicitly. |
I put ptvsd_enable.py in the IDA plugins directory and, it opens without error. But when I want to attach IDA Pro to Visual Studio I get an error with this sentence "Unable to attach to the process. General Exception". Both process are running with administrator privilege.
How I should solve this problem?
The text was updated successfully, but these errors were encountered: