-
Notifications
You must be signed in to change notification settings - Fork 77
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
dynamic breakpoint support #41
Comments
You're right that one |
The following text includes the environment I have used:
|
Hmm, the IDA version should be supported, however, it might be a Linux issue. I don't think we ever tested idacode on Linux and macOS. I can only come up with it being either a platform issue or that there's a quirk in the Linux version of IDA. I don't have a Linux copy of IDA so I can't really reproduce it on my side. Do you have a VM with the same issue that you might be able to share with me (you can remove the ida.key if that's an issue)? Alternative idea that I came up with while writing this issue: There used to be a debugging bug with specific debugpy versions. I know that |
Did that solve your issue? |
I also have tried some old version of idacode (0.2.2) and debugpy (1.5.0, 1.6.5,1.2.0,1.1.0), unfortunately, none of them could solve the above issue. |
I think that means we'd have to circle back to possibly setting up a VM to test this out, but I don't have a Linux license on hand... |
Hi, the recent version of idacode does not support adding breakpoints with vscode (F9), we have to add breakpoint() function in advance, which makes the debug process more complex. In previous versions of idacode, I remember it is feasible to add a breakpoint with vscode (F9) as long as one breakpoint() function has been added. Is it a bug that should be fixed or not? If not, is it possible to support adding a breakpoint with vscode?
The text was updated successfully, but these errors were encountered: